withShowInLegend method

ScatterChartSeries withShowInLegend(
  1. bool value
)

Replaces ScatterChartSeries.showInLegend with value.

Implementation

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