TiStripChart.ChannelWarningLimitLowerShow

TiStripChart See Also

Used to specify whether the lower warning limit is shown on a specific channel.

property ChannelWarningLimitLowerShow[Index : Integer] : Boolean;

Description

Use ChannelControlWarningLowerShow to specify whether the lower warning limit is shown on a specific channel.

Example

Delphi

iComponent.ChannelWarningLimitLowerShow[0] := True;

C++ Builder

iComponent->ChannelWarningLimitLowerShow[0] = True;

Note: The index value is 0 based.

Contents | Index | Previous | Next