HighchartsYAxisResizeOptions class

Options for axis resizing. It adds a thick line between panes which the user can drag in order to resize the panes.

API Docs: https://api.highcharts.com/highstock/yAxis.resize

Inheritance

Constructors

HighchartsYAxisResizeOptions.new({HighchartsYAxisResizeControlledAxisOptions? controlledAxis, String? cursor, bool? enabled, String? lineColor, String? lineDashStyle, double? lineWidth, double? x, double? y})
Options for axis resizing. It adds a thick line between panes which the user can drag in order to resize the panes.

Properties

controlledAxis HighchartsYAxisResizeControlledAxisOptions?
Contains two arrays of axes that are controlled by control line of the axis.
getter/setter pair
cursor String?
Cursor style for the control line.
getter/setter pair
enabled bool?
Enable or disable resize by drag for the axis.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineColor String?
Color of the control line.
getter/setter pair
lineDashStyle String?
Dash style of the control line.
getter/setter pair
lineWidth double?
Width of the control line.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double?
Horizontal offset of the control line.
getter/setter pair
y double?
Vertical offset of the control line.
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