TiPlotLimit.UserCanMove

TiPlotLimit

Specifies whether the user can move Limit Line 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 Limit Line objects in the visible data view by clicking-down on either of the 1 or 2 limit lines of a Limit Objectand dragging it to a new position.

Note: the user must select the Select Toolbar Button to be able to click on and move Limit Line objects.

Example

Delphi

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

C++ Builder

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

Note: Limit Polybands do not support this feature.

Contents | Index | Previous | Next