TiStripChart.LabelChannelFontStrikeOut

TiStripChart See Also

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

property LabelChannelFontStrikeOut[Index : Integer] : Boolean;

Description

Use the LabelChannelFontStrikeOut property to get or set the font strikeout property of a specific label channel.

Example

Delphi

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

C++ Builder

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

Note: The index value is 0 based.

Contents | Index | Previous | Next