TiStripChart.ChannelControlLimitUpperLineWidth
TiStripChart
Used to get or set the line width of the upper control limit for a specific
channel.
property ChannelControlLimitUpperLineWidth[Index : Integer] : Integer
Description
Use ChannelControlLimitUpperLineWidth to get or set the line width of the
Upper control limit line for a specific channel.
Example
Delphi
iComponent.ChannelControlLimitUpperLineWidth[0] := 2; //1st channel
C++ Builder
iComponent->ChannelControlLimitUpperLineWidth[0] = 2; //1st channel
Note: The index value is 0 based.
Contents | Index | Previous | Next