selectAcrossAllSeriesRendererComponents property

bool selectAcrossAllSeriesRendererComponents
final

Whether or not events in any component that draw Series data will propagate to other components that draw Series data to get a union of points that match across all series renderer components.

This is useful when components in the margins draw series data and a selection is supposed to bridge the two adjacent components.

Implementation

final bool selectAcrossAllSeriesRendererComponents;