ActiveReports Developer 7
ChartSeriesCollection Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ChartSeriesCollection Class

Glossary Item Box

The following tables list the members exposed by ChartSeriesCollection.

Public Properties

 NameDescription
Public PropertyCapacity

Gets or sets the number of elements that the ChartSeriesCollection can contain.

(Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the ChartSeriesCollection instance. (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets or sets a specific ChartSeries object in the ChartSeriesCollection by position.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a ChartSeries object to the ChartSeriesCollection.  
Public MethodClearClears all ChartSeries objects from the ChartSeriesCollection. (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines the index of a specific ChartSeries object in the ChartSeriesCollection.  
Public MethodInsertInserts a new ChartSeries object into the ChartSeriesCollection at the specified location.  
Public MethodRemoveRemoves the specified ChartSeries object from the ChartSeriesCollection.  
Public MethodRemoveAtRemoves the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Top

See Also