selectOverlappingPoints property

  1. @override
bool selectOverlappingPoints
override

On scatter plots, overlapping points that contain the click/tap location are all added to the selection.

Implementation

@override
bool get selectOverlappingPoints => true;