TiStripChart.SetChannelDataNull

TiStripChart See Also

Used for setting the Null attribute for a specific data point for a specific channel.

procedure SetChannelDataNull(Channel, Index: Integer);

Description

Use SetChannelDataNull to set the Null attribute for a specific data point for a specific channel. When DiscountinuousDateEnabled is set to True, all data points are initialized to Null and it is not necessary to call these method by default. If DiscountinuousDateEnabled is set to False, this function has no effect.

Example

Delphi

iComponent.SetChannelDataNull(0, 20);

C++ Builder

iComponent->SetChannelDataNull(0, 20);

Note: This method has no effect if DiscountinuousDateEnabled is False.

Contents | Index | Previous | Next