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