TiPlotComponent.AnnotationDefaultFont

TiPlotComponent See Also

Specifies the default font attributes used when creating annotation objects.

property AnnotationDefaultFont : TFont;

Description

Use AnnotationDefaultFont to change the defaykt font attributes of newly created annotation objects. 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.

To modify the individual Font of a particular Annotation after creation, see the Font property of a specific Annotation Object.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next