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. |
![]() | 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. |