TiStripChart.ChannelControlLimitLowerShow

TiStripChart See Also

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

property ChannelControlLimitLowerShow[Index : Integer] : Boolean;

Description

Use ChannelControlLimitLowerShow to specify whether the lower control limit is shown on a specific channel.

Example

Delphi

iComponent.ChannelControlLimitLowerShow[0] := True;

C++ Builder

iComponent->ChannelControlLimitLowerShow[0] = True;

Note: The index value is 0 based.

Contents | Index | Previous | Next