DragSettings

12 Sep 20251 minute to read

Configures the drag settings for series in the chart.

Properties

enable boolean

If set to true, dragging of the points is enabled.
If set to false, dragging is disabled.

Defaults to false

fill string

Sets the color of the point while it is being edited.

Defaults to null

maxY number

Sets the maximum y-coordinate value that a point can be dragged to.

Defaults to null

minY number

Sets the minimum y-coordinate value that a point can be dragged to.

Defaults to null