withDataPointMarkerBackground method

LineChartSeries withDataPointMarkerBackground(
  1. Color value
)

Replaces LineChartSeries.dataPointMarkerBackground with value.

Implementation

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