GrapeCity.ActiveReports.Chart.v9 Assembly > GrapeCity.ActiveReports.Chart Namespace : DataPointsCollection Class |
The following tables list the members exposed by DataPointsCollection.
Name | Description | |
---|---|---|
![]() | DataPointsCollection Constructor | Initializes a new instance of the DataPointsCollection class. |
Name | Description | |
---|---|---|
![]() | Add | Adds a DataPoint to the collection. |
![]() | AddRange | Adds a set of DataPoints to the collection. |
![]() | AddXY | Adds a DataPoint with the specified parameters to the DataPointsCollection. |
![]() | AddY | Adds a DataPoint with the specified y value to the DataPointsCollection. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Clone | Creates a clone of the DataPointsCollection. |
![]() | Contains | Determines whether the collection contains the specified DataPoint. |
![]() | CopyTo | Copies the collection to an array, starting at the specified index. |
![]() | DataBindXY | Overloaded. Binds the X value and Y values of the collection's DataPoints to a specified data source. |
![]() | DataBindY | Overloaded. Binds the Y value(s) of the collection's DataPoints to a specified data source. |
![]() | IndexOf | Returns the index of the first occurrence of a value in the collection. |
![]() | Insert | Inserts the specified DataPoint into the collection at the specified index. |
![]() | Remove | Removes the specified DataPoint from the collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |