selectedSeries property
List<ImmutableSeries<D> >
get
selectedSeries
Returns the selected ImmutableSeries for this SelectionModel.
This is empty by default.
Implementation
List<ImmutableSeries<D>> get selectedSeries =>
List.unmodifiable(_selectedSeries);