TiStripChart.ChannelControlLimitUpperShow

TiStripChart See Also

Used to specify whether the upper control limit is shown on a specific channel.

property ChannelControlLimitUpperShow[Index : Integer] : Boolean;

Description

Use ChannelControlLimitUpperShow to specify whether the upper control limit is shown on a specific channel.

Example

Delphi

iComponent.ChannelControlLimitUpperShow[0] := True;

C++ Builder

iComponent->ChannelControlLimitUpperShow[0] = True;

Note: The index value is 0 based.

Contents | Index | Previous | Next