withShowInLegend method

LineChartSeries withShowInLegend(
  1. bool value
)

Replaces LineChartSeries.showInLegend with value.

Implementation

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