TiStripChart.ChannelControlLimitLowerLineWidth

TiStripChart

Used to get or set the line width of the lower control limit for a specific channel.

property ChannelControlLimitLowerLineWidth[Index : Integer] : Integer

Description

Use ChannelControlLimitLowerLineWidth to get or set the line width of the lower control limit line for a specific channel.

Example

Delphi

iComponent.ChannelControlLimitLowerLineWidth[0] := 2; //1st channel

C++ Builder

iComponent->ChannelControlLimitLowerLineWidth[0] = 2; //1st channel

Note: The index value is 0 based.

Contents | Index | Previous | Next