HighchartsAnnotationsEventsOptions class

Inheritance

Constructors

HighchartsAnnotationsEventsOptions.new({dynamic add, dynamic afterUpdate, dynamic click, dynamic drag, dynamic remove})
Events available in annotations.

Properties

add ↔ dynamic
Event callback when annotation is added to the chart.
getter/setter pair
afterUpdate ↔ dynamic
Event callback when annotation is updated (e.g. drag and dropped or resized by control points).
getter/setter pair
click ↔ dynamic
Fires when the annotation is clicked.
getter/setter pair
drag ↔ dynamic
Fires when the annotation is dragged.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
remove ↔ dynamic
Event callback when annotation is removed from the chart.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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