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

Method show_crosshair

egui_plot/src/plot.rs:284–287  ·  view source on GitHub ↗
(mut self, show: bool)

Source from the content-addressed store, hash-verified

282 /// Show the crosshair when hovering. Default: `true`.
283 #[inline]
284 pub fn show_crosshair(mut self, show: bool) -> Self {
285 self.show_crosshair = show;
286 self
287 }
288
289 /// Always keep the X-axis centered. Default: `false`.
290 #[inline]

Callers 1

show_plotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected