TiStripChart.PrinterCommentLinesFont

TiStripChart See Also

Controls the font attributes of the printed comment lines text.

property PrinterCommentLinesFont : TFont;

Description

Use PrinterCommentLinesFont to change the font attributes of the printed comment lines text. To change to a new font, specify a new TFont object. To modify a font, change the value of the Color, Height, Name, Pitch, Size, or Style of the TFont object.

Example

Delphi

iComponent.PrinterCommentLinesFont.Name := 'MS Sans Serif';

C++ Builder

iComponent->PrinterCommentLinesFont->Name = "MS Sans Serif";

Note
: This is a runtime only property.

Contents | Index | Previous | Next