Performs the long press action on the chart.
@override void onLongPress(double xPos, double yPos) { _selectionRenderer.performSelection(Offset(xPos, yPos)); }