MCPcopy Create free account
hub / github.com/emilk/egui_plot / label_align

Method label_align

egui_plot/src/items/span.rs:122–125  ·  view source on GitHub ↗
(mut self, align: Align2)

Source from the content-addressed store, hash-verified

120 /// the label alignment
121 #[inline]
122 pub fn label_align(mut self, align: Align2) -> Self {
123 self.label_align = align;
124 self
125 }
126
127 #[inline]
128 pub(crate) fn fill_color(&self) -> Color32 {

Callers 1

show_plotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected