withYAxisConfig method
- YAxisConfig value
Replaces HeatmapChartSeries.yAxisConfig with value.
Implementation
HeatmapChartSeries withYAxisConfig(YAxisConfig value) =>
copyWith(yAxisConfig: value);
Replaces HeatmapChartSeries.yAxisConfig with value.
HeatmapChartSeries withYAxisConfig(YAxisConfig value) =>
copyWith(yAxisConfig: value);