TiPlotChannelCustom.DataEmpty

TiPlotChannelCustom

Used to get or set the empty status of a specific data point.

property DataEmpty[Index: Integer]: Boolean;

Description

Use DataEmpty to get or set the empty status of a specific data point.

Example

Delphi

Value := iComponent.Channel[0].DataEmpty[5];

C++ Builder

Value = iComponent->Channel[0]->DataEmpty[5];

Contents | Index | Previous | Next