[]
Summary description for C1Chart2DDataSeriesList.
public class ChartDataSeriesCollection : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| ChartDataSeriesCollection() | Creates a new instance of ChartDataSeriesCollection class. |
| ChartDataSeriesCollection(ChartData) | Creates a new instance of ChartDataSeriesCollection class. |
| Name | Description |
|---|---|
| this[int] | Gets the specified ChartDataSeries from the collection by numeric index. |
| Name | Description |
|---|---|
| Add(ChartDataSeries) | Adds the specified ChartDataSeries to the collection. |
| AddNewSeries() | Creates a new ChartDataSeries and appends it to the collection. |
| IndexOf(ChartDataSeries) | Searches for the specified ChartDataSeries and returns the zero-based index of the first occurrence within the entire ChartDataSeriesCollection. |
| Insert(int, ChartDataSeries) | Inserts the specified ChartDataSeries in the collection at the specified index. |
| InsertNewSeries(int) | Creates a new ChartDataSeries and inserts it into the collection at the specified index. |
| OnClear() | |
| OnClearComplete() | |
| OnInsert(int, object) | Called whenever a series is added to the collection. |
| OnInsertComplete(int, object) | |
| OnRemoveComplete(int, object) | |
| Remove(ChartDataSeries) | Removes the specified ChartDataSeries from the collection. |
| RemoveAll() | Removes all series from the collection. |