Name | Description | |
---|---|---|
ChartDataSeriesCollection Constructor | Overloaded. |
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 | Searches for the specified ChartDataSeries and returns the zero-based index of the first occurrence within the entire ChartDataSeriesCollection. | |
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) |