HighchartsXAxisEventsOptions class

Event handlers for the axis.

API Docs: https://api.highcharts.com/highcharts/zAxis.events

Inheritance

Constructors

HighchartsXAxisEventsOptions.new({HighchartsCallback? afterBreaks, HighchartsCallback? afterSetExtremes, HighchartsCallback? pointBreak, HighchartsCallback? pointBreakOut, HighchartsCallback? pointInBreak, HighchartsCallback? setExtremes})
Event handlers for the axis.

Properties

afterBreaks HighchartsCallback?
An event fired after the breaks have rendered.
getter/setter pair
afterSetExtremes HighchartsCallback?
As opposed to the setExtremes event, this event fires after the final min and max values are computed and corrected for minRange.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pointBreak HighchartsCallback?
An event fired when a break from this axis occurs on a point.
getter/setter pair
pointBreakOut HighchartsCallback?
An event fired when a point is outside a break after zoom.
getter/setter pair
pointInBreak HighchartsCallback?
An event fired when a point falls inside a break from this axis.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setExtremes HighchartsCallback?
Fires when the minimum and maximum is set for the axis, either by calling the .setExtremes() method or by selecting an area in the chart. One parameter, event, is passed to the function, containing common event information.
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