withShowInLegend method

RangeAreaChartSeries withShowInLegend(
  1. bool value
)

Replaces RangeAreaChartSeries.showInLegend with value.

Implementation

RangeAreaChartSeries withShowInLegend(bool value) =>
    copyWith(showInLegend: value);