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

Method align_to_anchor_horizontal

src/plot_overlay.rs:90–93  ·  view source on GitHub ↗

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

(mut self, horizontal: Horizontal)

Source from the content-addressed store, hash-verified

88
89 /// Set the overlay's horizontal position relative to its anchor.
90 pub fn align_to_anchor_horizontal(mut self, horizontal: Horizontal) -> Self {
91 self.align_to_anchor_horizontal = horizontal;
92 self
93 }
94
95 /// Set the overlay's vertical position relative to its anchor.
96 pub fn align_to_anchor_vertical(mut self, vertical: Vertical) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected