@protected bool onTapTest(Point<double> localPosition) { if (_chart == null) { return false; } return _chart!.withinDrawArea(localPosition); }