Gets the ChartObjectManager instance for this system.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public ChartObjectManager ChartObjects { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ChartObjects As ChartObjectManager |
| Visual C++ |
|---|
public: property ChartObjectManager^ ChartObjects { ChartObjectManager^ get (); } |