NtTimeChartControl.SetDisplayDef Method
The NtTimeChartControl holds many data objects, each of them having a member
Overload List:
| Modifier / Return Value | Name and Parameters | Description |
|---|---|---|
|
|
|
Sets a NtDisplayDef for use by this NtTimeChartControl. |
Return value:
Parameters:
The NtDisplayDef to set. As this contains a member
dataTypeId it is very well known for which data type the NtDisplayDef shall be set so there is not additional parameter
needed to specify the data type.
Remarks:
If a NtDisplayDef for the same data type was already set, that one will be overwritten, so you can use this method to change your settings. If you do so, please call
In order to remove a NtDisplayDef from the Time Chart, call DeleteDisplayDef().
See also:
