TiStripChart.ChannelWarningLimitLowerValue
TiStripChart See Also
Used to specify the value of the lower warning limit for a specific channel.
property ChannelWarningLimitLowerValue[Index: Integer] : Double;
Description
Use ChannelWarningLimitLowerValue to specify the value of the lower warning
limit for a specific channel.
Example
Delphi
iComponent.ChannelWarningLimitLowerValue[0] := 25;
C++ Builder
iComponent->ChannelWarningLimitLowerValue[0] = 25;
Note: The index value is 0 based.
Contents | Index | Previous | Next