TiStripChart.ChannelWarningLimitUpperShow
TiStripChart See Also
Used to specify whether the upper warning limit is shown on a specific channel.
property ChannelWarningLimitUpperShow[Index : Integer] : Boolean;
Description
Use ChannelControlWarningUpperShow to specify whether the upper warning limit
is shown on a specific channel.
Example
Delphi
iComponent.ChannelWarningLimitUpperShow[0] := True;
C++ Builder
iComponent->ChannelWarningLimitUpperShow[0] = True;
Note: The index value is 0 based.
Contents | Index | Previous | Next