[]
Chart areas collection class
[TypeConverter(typeof(StdCollectionTypeConverter))]
public sealed class ChartAreasCollection : CollectionBase, IList, ICollection, IEnumerable, IGraphItem, ICloneable, IDisposable
| Name | Description |
|---|---|
| ChartAreasCollection() | Initializes a new instance of the ChartAreasCollection class. |
| Name | Description |
|---|---|
| this[int] | Gets or sets area object at the given index |
| this[string] | Gets the ChartArea with the specified chart area name. |
| Name | Description |
|---|---|
| Add(ChartArea) | Adds area object to the current collection |
| AddRange(ChartArea[]) | Adds a set of area objects to the current collection |
| Clear() | Removes all chart areas from the collection |
| Clone() | Creates clone of the current object |
| Contains(ChartArea) | Determines whether the Collection contains the given ChartArea |
| CopyTo(ChartArea[], int) | TBW |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| IndexOf(ChartArea) | Returns the index of the first occurrence of a value in the collection. |
| Insert(int, ChartArea) | Inserts an element into the collection at the specified index. |
| OnClearComplete() | |
| OnInsertComplete(int, object) | |
| OnRemoveComplete(int, object) | |
| Remove(ChartArea) | Removes the first occurrence of a specific object from the collection. |
| Name | Description |
|---|---|
| Change | Occurs when collection contents is changed. |