TiStripChart.LabelChannelFontColor

TiStripChart See Also

Used to set the font color property of a specific label channel.

property LabelChannelFontColor[Index : Integer] : TColor;

Description

Use the LabelChannelFontColor property to get or set the font color property of a specific label channel.

Example

Delphi

iComponent.LabelChannelFontColor[1] := clRed; //Sets 2nd Label Channel

C++ Builder

iComponent->LabelChannelFontColor[1] = clRed; //Sets 2nd Label Channel

Note: The index value is 0 based.

Contents | Index | Previous | Next