NDataPointCollection<TDataPoint> Class Methods
In This Topic
For a list of all members of this type, see NDataPointCollection<TDataPoint> members.
Public Methods
| Name | Description |
| Bind | Binds this collection to the specified data source. |
| GetDataSeries<TValue> | Gets the specified series values, converted to the specified type. |
| GetDataSeriesVariant | Creates an array variant, that contains the values of the the data point properties with the specified name. |
| SetDataSeries | Overloaded. Imports the values from the specified enumerable as values for the specified data points series. Optionally clears the data points first. |
| SetDataSeriesVariant | Sets an array variant, usually obtained from the NFormulaCalculator to the data points of this series. |
| Unbind | Unbinds the data point collection |
| Update | Performs any pending data-binding updates from the data source |
Top
Protected Methods
See Also