ActiveReports 11
ChartSeriesCollection Class Members
Properties  Methods 

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ChartSeriesCollection Class

The following tables list the members exposed by ChartSeriesCollection.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the ChartSeriesCollection class.  
Top
Public Properties
 NameDescription
Public PropertyGets the number of elements contained in the ChartSeriesCollection instance. (Inherited from System.Collections.ObjectModel.Collection<ChartSeries>)
Public PropertyGets or sets a specific ChartSeries object in the ChartSeriesCollection by position. (Inherited from System.Collections.ObjectModel.Collection<ChartSeries>)
Top
Public Methods
 NameDescription
Public MethodAdds a ChartSeries object to the ChartSeriesCollection. (Inherited from System.Collections.ObjectModel.Collection<ChartSeries>)
Public MethodAdds a ChartSeriesCollection to the existing ChartSeriesCollection.  
Public MethodClears all ChartSeries objects from the ChartSeriesCollection. (Inherited from System.Collections.ObjectModel.Collection<ChartSeries>)
Public MethodDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ChartSeries>)
Public MethodCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<ChartSeries>)
Public MethodDetermines the index of a specific ChartSeries object in the ChartSeriesCollection. (Inherited from System.Collections.ObjectModel.Collection<ChartSeries>)
Public MethodInserts a new ChartSeries object into the ChartSeriesCollection at the specified location. (Inherited from System.Collections.ObjectModel.Collection<ChartSeries>)
Public MethodRemoves the specified ChartSeries object from the ChartSeriesCollection. (Inherited from System.Collections.ObjectModel.Collection<ChartSeries>)
Public MethodRemoves the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from System.Collections.ObjectModel.Collection<ChartSeries>)
Top
See Also

Reference

ChartSeriesCollection Class
GrapeCity.ActiveReports.PageReportModel Namespace