TiCompass.TickLabelFont
TiCompass See Also
Controls the font attributes of Tick Labels displayed in the control.
property TickLabelFont : TFont;
Description
Use TickLabelFont to get or set the font attributes of the Tick Labels. 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.TickLabelFont.Name := 'MS Sans Serif';
C++ Builder
iComponent->TickLabelFont->Name = "MS Sans Serif";
Contents | Index | Previous | Next