getClosestHighlight abstract method

Highlight? getClosestHighlight(
  1. int index,
  2. double x,
  3. double y
)

Returns the closest Highlight object of the given objects based on the touch position inside the chart.

@param index @param x @param y @return

Implementation

Highlight? getClosestHighlight(int index, double x, double y);