ActiveReports Developer 7
DataPointsCollection Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : DataPointsCollection Class

Glossary Item Box

The following tables list the members exposed by DataPointsCollection.

Public Constructors

 NameDescription
Public ConstructorDataPointsCollection ConstructorInitializes a new instance of the DataPointsCollection class.  
Top

Public Properties

 NameDescription
Public PropertyItemGets or sets the DataPoint at the specified index.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a DataPoint to the collection.  
Public MethodAddRangeAdds a set of DataPoints to the collection.  
Public MethodAddXY

Adds a DataPoint with the specified parameters to the DataPointsCollection.

 
Public MethodAddYAdds a DataPoint with the specified y value to the DataPointsCollection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodCloneCreates a clone of the DataPointsCollection.  
Public MethodContainsDetermines whether the collection contains the specified DataPoint.  
Public MethodCopyToCopies the collection to an array, starting at the specified index.  
Public MethodDataBindXYOverloaded. Binds the X value and Y values of the collection's DataPoints to a specified data source.  
Public MethodDataBindYOverloaded. Binds the Y value(s) of the collection's DataPoints to a specified data source.  
Public MethodIndexOfReturns the index of the first occurrence of a value in the collection.  
Public MethodInsertInserts the specified DataPoint into the collection at the specified index.  
Public MethodRemoveRemoves the specified DataPoint from the collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

Public Events

 NameDescription
Public EventChange

Occurs when the content of the DataPointsCollection changes.

 
Top

See Also