clearAnchorX method
Clears SeriesCalloutConfig.anchorX to null.
Implementation
SeriesCalloutConfig clearAnchorX() => copyWith(clearAnchorX: true);
Clears SeriesCalloutConfig.anchorX to null.
SeriesCalloutConfig clearAnchorX() => copyWith(clearAnchorX: true);