SeriesCollection Properties
Represents a collection that stores individual series within a chart control.
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Count |
Gets the number of points stored in the collection.
Inherited from Chart |
Inner |
Gets an Array |
Item[Int32] | Provides indexed access to individual items in the collection. |
Item[String] | Provides access to individual series in the collection by their names. |
List protected |
Gets an IList containing the list of elements in the Collection |
ICollection. |
Gets a value indicating whether access to the Collection |
ICollection. |
Gets an object that can be used to synchronize access to the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
See Also