HighchartsSeriesDragDropDragHandleOptions class

Options for the drag handles available in column series.

API Docs: https://api.highcharts.com/highcharts/series.xrange.data.dragDrop.dragHandle

Inheritance

Constructors

HighchartsSeriesDragDropDragHandleOptions.new({String? className, String? color, String? lineColor, double? lineWidth, double? zIndex})
Options for the drag handles available in column series.

Properties

className String?
The class name of the drag handles. Defaults to highcharts-drag-handle.
getter/setter pair
color String?
The fill color of the drag handles.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineColor String?
The line color of the drag handles.
getter/setter pair
lineWidth double?
The line width for the drag handles.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zIndex double?
The z index for the drag handles.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited