TiStripChart.YAxisTitleFont
TiStripChart See Also
Controls the font attributes of the Y-Axis title text.
property YAxisTitleFont : TFont;
Description
Use YAxisTitleFont to change the font attributes of the Y-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.
Note: The Font must be a True-Type for the Title text to be rotated. The default
is "Arial" which is a True-Type Font.
Example
Delphi
iComponent.YAxisTitleFont.Name := 'MS Sans Serif';
C++ Builder
iComponent->YAxisTitleFont->Name = "MS Sans Serif";
Contents | Index | Previous | Next