ChartBehavior<D> class abstract

Interface for adding behavior to a chart.

For example pan and zoom are implemented via behavior strategies.

Implementers

Constructors

ChartBehavior()

Properties

hashCode int
The hash code for this object.
no setterinherited
role String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attachTo(BaseChart<D> chart) → void
Injects the behavior into a chart.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeFrom(BaseChart<D> chart) → void
Removes the behavior from a chart.
toString() String
A string representation of this object.
inherited

Operators

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