TiStripChart.ChannelWarningLimitUpperLineWidth

TiStripChart

Used to get or set the line width of the upper warning limit for a specific channel.

property ChannelWarningLimitUpperLineWidth[Index : Integer] : Integer

Description

Use ChannelWarningLimitUpperLineWidth to get or set the line width of the Upper warning limit line for a specific channel.

Example

Delphi

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

C++ Builder

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

Note: The index value is 0 based.

Contents | Index | Previous | Next