TiPlotAnnotationObject.UserCanSize

TiPlotAnnotationObject

Specifies whether the user can size annotation objects on the visible portion of the data view.

property UserCanSize : Boolean

Description

Use UserCanSize to specify whether the user is allowed to manually size Annotation objects in the visible data view by clicking-down on an annotation edge and resizing the annotation.

Note: the user must select the Select Toolbar Button to be able to click on and size annotation objects. Only the Rectangle Annotation currently supports sizing.

Example

Delphi

iComponent.Annotation[0].UserCanSize := True;

C++ Builder

iComponent->Annotation[0]->UserCanSize = True;

Contents | Index | Previous | Next