withShowInLegend method
- bool value
Replaces GaugeChartSeries.showInLegend with value.
Implementation
GaugeChartSeries withShowInLegend(bool value) =>
copyWith(showInLegend: value);
Replaces GaugeChartSeries.showInLegend with value.
GaugeChartSeries withShowInLegend(bool value) =>
copyWith(showInLegend: value);