TiStripChart.LabelChannelFontBold

TiStripChart See Also

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

property LabelChannelFontBold[Index : Integer] : Boolean;

Description

Use the LabelChannelFontBold property to get or set the font bold property of a specific label channel.

Example

Delphi

iComponent.LabelChannelFontBold[1] := True; //Sets 2nd Label Channel

C++ Builder

iComponent->LabelChannelFontBold[1] = True; //Sets 2nd Label Channel

Note: The index value is 0 based.

Contents | Index | Previous | Next