HighchartsNavigatorHandlesOptions class

Options for the handles for dragging the zoomed area.

API Docs: https://api.highcharts.com/highcharts/navigator.handles

Inheritance

Constructors

HighchartsNavigatorHandlesOptions.new({String? backgroundColor, String? borderColor, double? borderRadius, bool? enabled, double? height, double? lineWidth, List<String>? symbols, double? width})
Options for the handles for dragging the zoomed area.

Properties

backgroundColor String?
The fill for the handle.
getter/setter pair
borderColor String?
The stroke for the handle border and the stripes inside.
getter/setter pair
borderRadius double?
Border radius of the handles.
getter/setter pair
enabled bool?
Allows to enable/disable handles.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
Height for handles.
getter/setter pair
lineWidth double?
The width for the handle border and the stripes inside.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbols List<String>?
Array to define shapes of handles. 0-index for left, 1-index for right.
getter/setter pair
width double?
Width for 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