ChartBehavior class abstract
Holds the gestures for chart.
The class ChartBehavior has the public methods to customize the chart behavior, pass the coordinates to detect the specific point or area in the Rendered chart.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
onDoubleTap(
double xPos, double yPos) → void - Hits while double tapping on the chart.
-
onEnter(
double xPos, double yPos) → void - Hits while enter tap on the chart.
-
onExit(
double xPos, double yPos) → void - Hits while exit tap on the chart.
-
onLongPress(
double xPos, double yPos) → void - Hits while a long tap on the chart.
-
onPaint(
Canvas canvas) → void - Hit while try to render the chart.
-
onTouchDown(
double xPos, double yPos) → void - Hits while tapping on the chart.
-
onTouchMove(
double xPos, double yPos) → void - Hits while tap and moving on the chart.
-
onTouchUp(
double xPos, double yPos) → void - Hits while release tap on the chart.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited