onTouchUp abstract method

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

Hits while release tap on the chart.

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

Implementation

void onTouchUp(double xPos, double yPos);