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

Method set_highlight_on_hover

src/plot_widget.rs:835–837  ·  view source on GitHub ↗

Enable or disable point highlighting while hovering.

(&mut self, enabled: bool)

Source from the content-addressed store, hash-verified

833
834 /// Enable or disable crosshairs that follow the cursor position.
835 pub fn set_crosshairs(&mut self, enabled: bool) {
836 self.crosshairs_enabled = enabled;
837 }
838
839 /// Set the rendering strategy used by the plot.
840 pub fn set_render_strategy(&mut self, strategy: PlotRenderStrategy) {

Callers 2

buildMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected