| C1.Win.C1Chart.4 Assembly > C1.Win.C1Chart Namespace : ChartDataSeriesCollection Class |
The following tables list the members exposed by ChartDataSeriesCollection.
| Name | Description | |
|---|---|---|
![]() | ChartDataSeriesCollection Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets the specified ChartDataSeries from the collection by numeric index. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds the specified ChartDataSeries to the collection. |
![]() | AddNewSeries | Creates a new ChartDataSeries and appends it to the collection. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | |
![]() | Insert | Inserts the specified ChartDataSeries in the collection at the specified index. |
![]() | InsertNewSeries | Creates a new ChartDataSeries and inserts it into the collection at the specified index. |
![]() | Remove | Removes the specified ChartDataSeries from the collection. |
![]() | RemoveAll | Removes all series from the collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |