ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPointsCollection Class

In This Topic
DataPointsCollection Class Methods
In This Topic

For a list of all members of this type, see DataPointsCollection members.

Public Methods
 NameDescription
Public MethodAdds a DataPoint to the collection.  
Public MethodAdds a set of DataPoints to the collection.  
Public Method

Adds a DataPoint with the specified parameters to the DataPointsCollection.

 
Public MethodAdds a DataPoint with the specified y value to the DataPointsCollection.  
Public MethodCreates a clone of the DataPointsCollection.  
Public MethodDetermines whether the collection contains the specified DataPoint.  
Public MethodCopies the collection to an array, starting at the specified index.  
Public MethodOverloaded. Binds the X value and Y values of the collection's DataPoints to a specified data source.  
Public MethodOverloaded. Binds the Y value(s) of the collection's DataPoints to a specified data source.  
Public MethodReturns the index of the first occurrence of a value in the collection.  
Public MethodInserts the specified DataPoint into the collection at the specified index.  
Public MethodRemoves the specified DataPoint from the collection.  
Top
See Also