onTouchMove abstract method

void onTouchMove(
  1. double xPos,
  2. double yPos
)

Hits while tap and moving on the chart.

  • xPos - X value of the touch position.
  • yPos - Y value of the touch position.

Implementation

void onTouchMove(double xPos, double yPos);