withDensityConfig method

ScatterChartSeries withDensityConfig(
  1. ScatterDensityConfig value
)

Replaces ScatterChartSeries.densityConfig with value.

Implementation

ScatterChartSeries withDensityConfig(ScatterDensityConfig value) =>
    copyWith(densityConfig: value);