withClusterConfig method

ScatterChartSeries withClusterConfig(
  1. ScatterClusterConfig value
)

Replaces ScatterChartSeries.clusterConfig with value.

Implementation

ScatterChartSeries withClusterConfig(ScatterClusterConfig value) =>
    copyWith(clusterConfig: value);