withMarkerShape method
- SeriesMarkerShape value
Replaces ScatterChartSeries.markerShape with value.
Implementation
ScatterChartSeries withMarkerShape(SeriesMarkerShape value) =>
copyWith(markerShape: value);
Replaces ScatterChartSeries.markerShape with value.
ScatterChartSeries withMarkerShape(SeriesMarkerShape value) =>
copyWith(markerShape: value);