ActiveReports 11
DataPointCollection Class Members
Properties  Methods 

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

The following tables list the members exposed by DataPointCollection.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the DataPointCollection class.  
Top
Public Properties
 NameDescription
Public PropertyGets the number of elements contained in the DataPointCollection instance. This property cannot be overridden. (Inherited from System.Collections.ObjectModel.Collection<DataPoint>)
Public PropertyGets or sets a specific DataPoint object in the DataPointCollection by position. (Inherited from System.Collections.ObjectModel.Collection<DataPoint>)
Top
Public Methods
 NameDescription
Public MethodAdds a DataPoint object to the DataPointCollection. (Inherited from System.Collections.ObjectModel.Collection<DataPoint>)
Public MethodAdds a DataPointCollection to the existing DataPointCollection.  
Public MethodRemoves all objects from the DataPointCollection instance. This method cannot be overridden. (Inherited from System.Collections.ObjectModel.Collection<DataPoint>)
Public MethodDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<DataPoint>)
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<DataPoint>)
Public MethodDetermines the index of a specific DataPoint object in the DataPointCollection. (Inherited from System.Collections.ObjectModel.Collection<DataPoint>)
Public MethodInserts a new DataPoint object into the DataPointCollection at the specified location. (Inherited from System.Collections.ObjectModel.Collection<DataPoint>)
Public MethodRemoves the specified DataPoint object from the DataPointCollection. (Inherited from System.Collections.ObjectModel.Collection<DataPoint>)
Public Method
Removes the element at the specified index of the DataPointCollection instance. This method is not overridable. (Inherited from System.Collections.ObjectModel.Collection<DataPoint>)
Top
See Also

Reference

DataPointCollection Class
GrapeCity.ActiveReports.PageReportModel Namespace