EventPlotOptions class abstract

Annotations

Constructors

EventPlotOptions({Function afterAnimate, Function show, Function hide, Function click, Function checkboxClick, Function legendItemClick, Function mouseOver, Function mouseOut})
factory

Properties

afterAnimate Function
getter/setter pair
checkboxClick Function
getter/setter pair
click Function
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hide Function
getter/setter pair
legendItemClick Function
getter/setter pair
mouseOut Function
getter/setter pair
mouseOver Function
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show Function
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited