onTouchDown abstract method

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

Hits while tapping on the chart.

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

Implementation

void onTouchDown(double xPos, double yPos);