ChartBehavior<D> class
abstract
Interface for adding behavior to a chart.
For example pan and zoom are implemented via behavior strategies.
Constructors
Properties
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