withMarkerShape method

ScatterChartSeries withMarkerShape(
  1. SeriesMarkerShape value
)

Replaces ScatterChartSeries.markerShape with value.

Implementation

ScatterChartSeries withMarkerShape(SeriesMarkerShape value) =>
    copyWith(markerShape: value);