GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ChartSeriesCollection Class |
The following tables list the members exposed by ChartSeriesCollection.
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the ChartSeriesCollection can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the ChartSeriesCollection instance. (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets a specific ChartSeries object in the ChartSeriesCollection by position. |
Name | Description | |
---|---|---|
Add | Adds a ChartSeries object to the ChartSeriesCollection. | |
Clear | Clears all ChartSeries objects from the ChartSeriesCollection. (Inherited from System.Collections.CollectionBase) | |
IndexOf | Determines the index of a specific ChartSeries object in the ChartSeriesCollection. | |
Insert | Inserts a new ChartSeries object into the ChartSeriesCollection at the specified location. | |
Remove | Removes the specified ChartSeries object from the ChartSeriesCollection. | |
RemoveAt | Removes the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |