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

Method with_controls

src/plot_widget_builder.rs:180–183  ·  view source on GitHub ↗

Set the full interaction controls behavior for the plot.

(mut self, controls: PlotControls)

Source from the content-addressed store, hash-verified

178
179 /// Set the full interaction controls behavior for the plot.
180 pub fn with_controls(mut self, controls: PlotControls) -> Self {
181 self.controls = Some(controls);
182 self
183 }
184
185 /// Set the x-axis limits (min, max) for the plot.
186 /// If set, these will override autoscaling for the x-axis.

Callers 2

newMethod · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected