withAnchor method

SeriesCalloutConfig withAnchor(
  1. SeriesCalloutAnchor value
)

Replaces SeriesCalloutConfig.anchor with value.

Implementation

SeriesCalloutConfig withAnchor(SeriesCalloutAnchor value) =>
    copyWith(anchor: value);