TiStripChart.LabelChannelFontSize

TiStripChart See Also

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

property LabelChannelFontSize[Index : Integer] : Integer;

Description

Use the LabelChannelFontSize property to get or set the font size property of a specific label channel.

Example

Delphi

iComponent.LabelChannelFontSize[1] := 8; //Sets 2nd Label Channel

C++ Builder

iComponent->LabelChannelFontSize[1] = 8; //Sets 2nd Label Channel

Note: The index value is 0 based.

Contents | Index | Previous | Next