TiStripChart.XAxisTitleFont

TiStripChart See Also

Controls the font attributes of the X-Axis title text.

property XAxisTitleFont : TFont;

Description

Use XAxisTitleFont to change the font attributes of the X-Axis title 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.XAxisTitleFont.Name := 'MS Sans Serif';

C++ Builder

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

Contents | Index | Previous | Next