TiPlotChannelCustom.DataNull
TiPlotChannelCustom See Also
Used to get or set the null status of a specific data point.
property DataNull[Index: Integer]: Boolean;
Description
Use DataNull to get or set the null status of a specific data point.
Example
Delphi
Value := iComponent.Channel[0].DataNull[5];
C++ Builder
Value = iComponent->Channel[0]->DataNull[5];
Contents | Index | Previous | Next