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

Method hover_radius_px

src/plot_widget.rs:778–780  ·  view source on GitHub ↗

Set hover radius in logical pixels for picking markers (default: 8 px)

(&mut self, radius: f32)

Source from the content-addressed store, hash-verified

776 fn view_shape_overlay<'a, Message>(
777 &'a self,
778 shape: plot_overlay::PlotOverlay<'a, Message>,
779 ) -> Option<Element<'a, Message>>
780 where
781 Message: 'a,
782 {
783 let camera_bounds = self.camera_bounds.as_ref()?;

Callers 1

buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected