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