An instance of the Chart
public sealed class ChartCollection: FrameBaseCollectionPublic NotInheritable Class ChartCollection
Inherits FrameBaseCollection Introduced: X8.
| Method | Description |
|---|---|
| Add | Inserts a new chart in a Text Control document. |
| Clear | Removes all objects from the collection and from the document.
(Inherited from Frame |
| Copy |
Copies the elements of the collection to an array, starting at a particular index. |
| Get |
Returns an enumerator that can be used to iterate through the collection.
(Inherited from Frame |
| Get |
Gets a particular chart from the collection. |
| Remove | Removes a chart from a Text Control document. |
| Property | Description |
|---|---|
| Count | Gets the number of elements contained in the collection.
(Inherited from Frame |
| Is |
Returns true if the collection is designed to be thread safe, otherwise, it returns false.
(Inherited from Frame |
| Sync |
Gets an object that can be used to synchronize access to the collection.
(Inherited from Frame |