Method SetDataPointNoSort
SetDataPointNoSort(int, DataPoint<T>)
Set the data for a DataPoint<TDataType> at an index.
Declaration
public void SetDataPointNoSort(int index, DataPoint<T> value)
Parameters
Type | Name | Description |
---|---|---|
int | index | The DataPoint index. |
DataPoint<T> | value | The value to set. |
Remarks
Use this method as an altenative to SetDataPoint(int, DataPoint<T>) when manual control over DataPoint sorting and the Changed callback is required. See also SortIfNecessary().