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

Method with_x_axis_link

src/plot_widget_builder.rs:219–222  ·  view source on GitHub ↗

Link the x-axis to other plots. When the x-axis is panned or zoomed, all plots sharing this link will update synchronously.

(mut self, link: AxisLink)

Source from the content-addressed store, hash-verified

217 /// Link the x-axis to other plots. When the x-axis is panned or zoomed,
218 /// all plots sharing this link will update synchronously.
219 pub fn with_x_axis_link(mut self, link: AxisLink) -> Self {
220 self.x_axis_link = Some(link);
221 self
222 }
223
224 /// Link the y-axis to other plots. When the y-axis is panned or zoomed,
225 /// all plots sharing this link will update synchronously.

Callers 1

newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected