TiStripChart.ChannelControlLimitLowerColor

TiStripChart See Also

Used to specify the color of the lower control limit for a specific channel.

property ChannelControlLimitLowerColor[Index : Integer] : TColor;

Description

Use ChannelControlLimitLowerColor to specify the color of the lower control limit for a specific channel.

Example

Delphi

iComponent.ChannelControlLimitLowerColor[0] := clRed;

C++ Builder

iComponent->ChannelControlLimitLowerColor[0] = clRed;

Note: The index value is 0 based.

Contents | Index | Previous | Next