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