TiPlotAnnotationObject.UserCanMove
TiPlotAnnotationObject
Specifies whether the user can move annotation objects on the visible portion
of the data view.
property UserCanMove : Boolean
Description
Use UserCanMove to specify whether the user is allowed to manually move
Annotation objects in the visible data view by clicking-down on an annotation and
dragging it to a new position.
Note: the user must select the Select Toolbar Button to be able to click on and
move annotation objects.
Example
Delphi
iComponent.Annotation[0].UserCanMove := True;
C++ Builder
iComponent->Annotation[0]->UserCanMove = True;
Contents | Index | Previous | Next