onPointClick method

  1. @protected
void onPointClick(
  1. String x,
  2. BoxDataPoint y
)

Implementation

@protected
void onPointClick(String x, BoxDataPoint y) {
  if (onClick != null) onClick!(x, y);
}