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