TDragPointStyle

TDragPointStyle

type TDragPointStyle = (dsX, dsY, dsBoth);

Unit
TeeDragPoint

Description
Default value: dsBoth

Indicates if DragPoint tool will allow the end user to drag points in X and / or Y directions.

The DragStyle property is of TDragPointStyle type.

ChartTool1.DragStyle := dsY ; // allows vertical dragging only