TiStripChart.ChannelWarningLimitUpperValue

TiStripChart See Also

Used to specify the value of the upper warning limit for a specific channel.

property ChannelWarningLimitUpperValue[Index : Integer] : Double;

Description

Use ChannelWarningLimitUpperValue to specify the value of the upper warning limit for a specific channel.

Example

Delphi

iComponent.ChannelWarningLimitUpperValue[0] := 75;

C++ Builder

iComponent->ChannelWarningLimitUpperValue[0] = 75;

Note: The index value is 0 based.

Contents | Index | Previous | Next