TDragPointTool.DragStyle
TDragPointTool
property DragStyle: TDragPointStyle;
Unit
TeeDragPoint
Description
Default : dsBoth
Set DragStyle property to control if user can drag series points vertically, horizontally or both.
ChartTool1.DragStyle := dsY ; // allow user to drag points vertically only.