withYAxisConfig method

HeatmapChartSeries withYAxisConfig(
  1. YAxisConfig value
)

Replaces HeatmapChartSeries.yAxisConfig with value.

Implementation

HeatmapChartSeries withYAxisConfig(YAxisConfig value) =>
    copyWith(yAxisConfig: value);