onEnter abstract method

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

Hits while enter tap on the chart.

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

Implementation

void onEnter(double xPos, double yPos);