withBackground method

SeriesInlineLabelConfig withBackground(
  1. SeriesLabelBackground value
)

Replaces SeriesInlineLabelConfig.background with value.

Implementation

SeriesInlineLabelConfig withBackground(SeriesLabelBackground value) =>
    copyWith(background: value);