withDataPointMarkerBackground method

AreaChartSeries withDataPointMarkerBackground(
  1. Color value
)

Replaces AreaChartSeries.dataPointMarkerBackground with value.

Implementation

AreaChartSeries withDataPointMarkerBackground(Color value) =>
    copyWith(dataPointMarkerBackground: value);