TiStripChart.LabelChannelFontName
TiStripChart See Also
Used to set the font name property of a specific label channel.
property LabelChannelFontName[Index : Integer] : String;
Description
Use the LabelChannelFontName property to get or set the font name property of
a specific label channel.
Example
Delphi
iComponent.LabelChannelFontName[1] := 'Arial'; //Sets 2nd Label Channel
C++ Builder
iComponent->LabelChannelFontName[1] = "Arial"; //Sets 2nd Label Channel
Note: The index value is 0 based.
Contents | Index | Previous | Next