MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / align_to_anchor_vertical

Method align_to_anchor_vertical

src/plot_overlay.rs:96–99  ·  view source on GitHub ↗

Set the overlay's vertical position relative to its anchor.

(mut self, vertical: Vertical)

Source from the content-addressed store, hash-verified

94
95 /// Set the overlay's vertical position relative to its anchor.
96 pub fn align_to_anchor_vertical(mut self, vertical: Vertical) -> Self {
97 self.align_to_anchor_vertical = vertical;
98 self
99 }
100
101 /// Map the overlay's message type into another message type.
102 pub fn map<B>(self, f: impl Fn(Message) -> B + 'a) -> PlotOverlay<'a, B>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected