ChartObjectCollectionBase<T, U> Members
Include Protected Members
Include Inherited Members
Represents the base class for a collection of chart objects.
The ChartObjectCollectionBase<T, U> type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateChartObject(Int32) | Infrastructure. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetEnumerator() | Infrastructure. | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. | |
Item[Int32] | Gets an item in the collection by its index. |
Top