withMarkerStyle method

ScatterChartSeries withMarkerStyle(
  1. ScatterMarkerStyle value
)

Replaces ScatterChartSeries.markerStyle with value.

Implementation

ScatterChartSeries withMarkerStyle(ScatterMarkerStyle value) =>
    copyWith(markerStyle: value);