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

Method highlight

egui_plot/src/items/text.rs:65–68  ·  view source on GitHub ↗
(mut self, highlight: bool)

Source from the content-addressed store, hash-verified

63 /// If false, the item may still be highlighted via user interaction.
64 #[inline]
65 pub fn highlight(mut self, highlight: bool) -> Self {
66 self.base_mut().highlight = highlight;
67 self
68 }
69
70 /// Allowed hovering this item in the plot. Default: `true`.
71 #[inline]

Callers 2

show_plotMethod · 0.45
prepare_legendMethod · 0.45

Calls 1

base_mutMethod · 0.45

Tested by

no test coverage detected