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

Method with_highlight_on_hover

src/plot_widget_builder.rs:106–109  ·  view source on GitHub ↗

Enable or disable point highlighting while hovering.

(mut self, enabled: bool)

Source from the content-addressed store, hash-verified

104
105 /// Enable or disable point highlighting while hovering.
106 pub fn with_highlight_on_hover(mut self, enabled: bool) -> Self {
107 self.highlight_on_hover = Some(enabled);
108 self
109 }
110
111 /// Provide a custom highlighter for pick point.
112 pub fn with_pick_highlight_provider<F>(mut self, provider: F) -> Self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected