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

Method set_cursor_provider

src/plot_widget.rs:800–802  ·  view source on GitHub ↗

Provide a custom formatter for the cursor overlay. Called with (x, y) world coordinates and should return the formatted string.

(&mut self, provider: CursorProvider)

Source from the content-addressed store, hash-verified

798 shape.align_to_anchor_vertical,
799 ))
800 }
801
802 /// Enable or disable autoscaling on updates (default: enabled)
803 pub fn autoscale_on_updates(&mut self, enabled: bool) {
804 self.autoscale_on_updates = enabled;
805 }

Callers 1

buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected