onDoubleTap abstract method

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

Hits while double tapping on the chart.

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

Implementation

void onDoubleTap(double xPos, double yPos);