NtTimeChartControl.DeleteDisplayDef Method
For each data type the Time Chart shall be able to display it needs to have a NtDisplayDef. For this reason the NtTimeChartControl
stores an array of NtDisplayDefs, one for each data type to be displayed. You provide these NtDisplayDefs to the
NtTimeChartControl by calling its method SetDisplayDef.
If you do not need a certain data type any more and want to release the NtDisplayDef, call this method in order to remove the NtDisplayDef
from the NtTimeChartControl.
Overload List:
| Modifier / Return Value | Name and Parameters | Description |
|---|---|---|
|
|
|
Deletes the NtDisplayDef for the data type specified by |
Return value:
void
Parameters:
The data type id of the NtDisplayDef you want to remove from the Time Chart.
Remarks:
Data type ids are allowed to range from 1 to 9999. If you provide anything else an
See also:
