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

Method with_pickable

src/series.rs:450–453  ·  view source on GitHub ↗

Enable or disable interactive hover/pick behavior for this series.

(mut self, pickable: bool)

Source from the content-addressed store, hash-verified

448
449 /// Enable or disable interactive hover/pick behavior for this series.
450 pub fn with_pickable(mut self, pickable: bool) -> Self {
451 self.pickable = pickable;
452 self
453 }
454
455 /// Set or change the line style for the series.
456 pub fn line_style(mut self, style: LineStyle) -> Self {

Callers 2

new_plotFunction · 0.80
newFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected