Performs the touch-down action on the chart.
@override void onTouchDown(double xPos, double yPos) { _selectionRenderer.performSelection(Offset(xPos, yPos)); }