withAnchor method

ChartOverlayPlacement withAnchor(
  1. Alignment value
)

Replaces ChartOverlayPlacement.anchor with value.

Implementation

ChartOverlayPlacement withAnchor(Alignment value) => copyWith(anchor: value);