withHiddenSeriesIds method

LegendAnnotation withHiddenSeriesIds(
  1. Set<String> value
)

Replaces LegendAnnotation.hiddenSeriesIds with value.

Implementation

LegendAnnotation withHiddenSeriesIds(Set<String> value) =>
    copyWith(hiddenSeriesIds: value);