IRectangleTool.AllowDrag
IRectangleTool
property AllowDrag: WordBool;
Type Library
TeeChartx
Description
Default is True.
When True, users can click and drag a rectangle tool to change its position inside a chart panel.
For example, IMagnifyTool also allows dragging as it derives from IRectangleTool and inherits this behaviour.
See also: Dragging property, OnRectangleToolDragging and OnRectangleToolDragged events.