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