TiPlotAnnotationObject.Height

TiPlotAnnotationObject See Also

Specifies the height of the annotation object.

procedure Height : Double;

Description

Use Height to get or set the height of the annotation object. This property has no effect when the Style is set to Line or Text. The Height property value is converted to pixels based on the Reference property value.

Example

Delphi

iComponent.Annotation[0].Height := 10;

C++ Builder

iComponent->Annotation[0]->Height = 10;

Contents | Index | Previous | Next