NtTimeChartControl.SetData Method
In general the NtTimeChartControl holds many data objects. Call this method to set this whole data set at once by providing a list of NtDataObjects. All data stored in the NtTimeChartControl prior to this call will be removed.
Overload List:
| Modifier / Return Value | Name and Parameters | Description |
|---|---|---|
|
|
|
Sets the current data set of the control. All previously containded data will be removed on this call. |
Return value:
Parameters:
The new data set to be shown in the Time Chart
Remarks:
All data stored in the NtTimeChartControl prior to this call will be removed. If you do not want this to happen but instead want to add a data object or a list of data objects rather call InsertDataObject() or InsertDataObjects().
See also:
