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

Method highlight_on_hover

src/plot_widget.rs:840–842  ·  view source on GitHub ↗

Return whether point highlighting while hovering is enabled.

(&self)

Source from the content-addressed store, hash-verified

838
839 /// Set the rendering strategy used by the plot.
840 pub fn set_render_strategy(&mut self, strategy: PlotRenderStrategy) {
841 self.render_strategy = strategy;
842 #[cfg(feature = "canvas")]
843 {
844 self.canvas_caches.static_layer.clear();
845 self.canvas_caches.overlay_layer.clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected