TiStripChart.LabelChannelFontUnderLine

TiStripChart See Also

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

property LabelChannelFontUnderLine[Index : Integer] : Boolean;

Description

Use the LabelChannelFontUnderLine property to get or set the font underline property of a specific label channel.

Example

Delphi

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

C++ Builder

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

Note: The index value is 0 based.

Contents | Index | Previous | Next