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