HighchartsXAxisEventsOptions class

Event handlers for the axis.

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

Inheritance

Constructors

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

Properties

afterBreaks ↔ dynamic
An event fired after the breaks have rendered.
getter/setter pair
afterSetExtremes ↔ dynamic
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 ↔ dynamic
An event fired when a break from this axis occurs on a point.
getter/setter pair
pointBreakOut ↔ dynamic
An event fired when a point is outside a break after zoom.
getter/setter pair
pointInBreak ↔ dynamic
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 ↔ dynamic
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