TiStripChart.LabelChannelFontItalic

TiStripChart See Also

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

property LabelChannelFontItalic[Index : Integer] : Boolean;

Description

Use the LabelChannelFontItalic property to get or set the font italic property of a specific label channel.

Example

Delphi

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

C++ Builder

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

Note: The index value is 0 based.

Contents | Index | Previous | Next