TiPlotAnnotationObject.Font

TiPlotAnnotationObject See Also

Specifies the font attributes used when drawing the annotation object.

property Font : TFont;

Description

Use Font to change the font attributes of the annotation object. 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. This property only has an effect when the Style is set to Text.

Example

Delphi

iComponent.Annotation[0].Font.Name := 'MS Sans Serif';

C++ Builder

iComponent->Annotation[0]->Font->Name = "MS Sans Serif";

Contents | Index | Previous | Next