ChartPartCollection Class |
Namespace: Easymap.AddIn.Analyse
The ChartPartCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
The number of ChartPart items in the collection
| |
IsReadOnly |
Gets a value indicating whether this collection is read-only.
| |
Item |
Gets the associated ChartPart by it's index.
|
Name | Description | |
---|---|---|
Add |
Adds an ChartPart to the collection
| |
AddNew |
Creates and adds an empty ChartPart to the collection
| |
Clear |
Removes all ChartPart items from the collection
| |
Contains |
Checks whether the specified ChartPart-item exists in the collection.
| |
CopyTo |
Copies the elements of this collection to an Array, starting at a particular Array index.
| |
CreateChartPart |
Creates an empty ChartPart | |
GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
IndexOf |
Returns the index of the specified ChartPart in the collection
| |
Remove |
Removes a ChartPart from the collection
| |
RemoveAt |
Removes the ChartPart at the specified index from the collection
|