Name | Description | |
---|---|---|
![]() | Count | Gets the number of Charts in the ChartCollection. |
![]() | Item | Overloaded. Searches the ChartCollection & gets a specific Chart. |
The following tables list the members exposed by ChartCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of Charts in the ChartCollection. |
![]() | Item | Overloaded. Searches the ChartCollection & gets a specific Chart. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a Chart of a specific type to the ChartCollection. |
![]() | Clear | Removes all Charts from the ChartCollection. |
![]() | Contains | Checks if a specific Chart is in the ChartCollection. |
![]() | GetEnumerator | |
![]() | Remove | Overloaded. Removes a Chart from the ChartCollection. |
![]() | RemoveAt | Identifies a Chart using an index & removes it from the ChartCollection. |