selectNearestByDomain property

  1. @override
bool selectNearestByDomain
override

Select data by relative Cartesian distance. Scatter plots draw potentially overlapping data in an arbitrary (x, y) space, and do not consider the domain axis to be more or less important for data selection than the measure axis.

Implementation

@override
bool get selectNearestByDomain => false;