TiPlotComponent.HintsFont

TiPlotComponent

Specifies the font attributes used when drawing the all hints.

property HintsFont : TFont;

Description

Use HintsFont to change the font attributes of the plot component's hints. To change to a new font, specify a new TFontobject. To modify a font, change the value of the Color, Height, Name, Pitch, Size, or Style of the TFontobject.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next