onExit abstract method

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

Hits while exit tap on the chart.

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

Implementation

void onExit(double xPos, double yPos);