TiStripChart.ChannelWarningLimitUpperColor

TiStripChart See Also

Used to specify the color of the upper warning limit for a specific channel.

property ChannelWarningLimitUpperColor[Index : Integer] : TColor;

Description

Use ChannelWarningLimitUpperColor to specify the color of the upper warning limit for a specific channel.

Example

Delphi

iComponent.ChannelWarningLimitUpperColor[0] := clYellow;

C++ Builder

iComponent->ChannelWarningLimitUpperColor[0] = clYellow;

Note: The index value is 0 based.

Contents | Index | Previous | Next