onTouchMove method
Performs the touch move action of chart.
Hits while tap and moving on the chart.
- xPos - X value of the touch position.
- yPos - Y value of the touch position.
Implementation
@override
void onTouchMove(double xPos, double yPos) {
// Not valid for tooltip
}