TiPlotComponent.TitleFont
TiPlotComponent See Also
Controls the font attributes of the title text.
property TitleFont : TFont;
Description
Use TitleFont to change the font attributes of the 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.
This property has been depreciated. For backward compatibility, this property will modify the Font property of Label index 0.
Example
Delphi
iComponent.TitleFont.Name := 'MS Sans Serif';
C++ Builder
iComponent->TitleFont->Name = "MS Sans Serif";
Contents | Index | Previous | Next