TiPlotAnnotationObject.Width

TiPlotAnnotationObject See Also

Specifies the width of the annotation object.

procedure Width : Double;

Description

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

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next