|
Name |
Description |
 |
Add |
Overloaded. Add data point object into the collection. |
 |
AddXY |
Overloaded. Adds one data point with X value and one Y value. |
 |
AddY |
Overloaded. Adds one data point with one Y value. |
 |
Clear |
Removes all items from the collection. |
 |
Contains |
Check if specified object exists in the collection. |
 |
CopyTo |
Copies all the elements of the current collection to the specified one-dimensional collection starting at the specified destination index. |
 |
DataBind |
Data bind X, Y and other values (like Tooltip, Label,...) of the data points to the data source. Data source can be the Ole(SQL)DataReader, DataView, DataSet, DataTable or DataRow. |
 |
DataBindXY |
Overloaded. Data bind X and Y values of the data points to the data source. Data source can be the Array, Collection, Ole(SQL)DataReader, DataView, DataSet, DataTable or DataRow. |
 |
DataBindY |
Overloaded. Data bind Y values of the data points to the data source. Data source can be the Array, Collection, Ole(SQL)DataReader, DataView, DataSet, DataTable or DataRow. |
 |
FindMaxValue |
Overloaded. Find first point with Max value from specified index. |
 |
FindMinValue |
Overloaded. Find first point with Min value from specified index. |
 |
FindValue |
Overloaded. Find first point with Max value from specified index. |
 |
GetEnumerator |
Get collection enumerator. |
 |
IndexOf |
Gets first index of the collection item equal to the object provided. |
 |
Insert |
Overloaded. Insert data point object into the collection. |
 |
InsertXY |
Insert one data point with X value and one or more Y values. |
 |
InsertY |
Insert one data point with one or more Y values. |
 |
Remove |
Remove object from the collection |
 |
RemoveAt |
Remove item from the collection by index. |
 |
RemoveRange |
Removes a range of data points from the collection. |