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

Method with_x_tick_labels

src/plot_widget_builder.rs:268–271  ·  view source on GitHub ↗

Set whether tick labels for the x axis will be shown.

(mut self, enabled: bool)

Source from the content-addressed store, hash-verified

266 {
267 self.y_tick_producer = Some(Arc::new(producer));
268 self
269 }
270
271 /// Set whether tick labels for the x axis will be shown.
272 pub fn with_x_tick_labels(mut self, enabled: bool) -> Self {
273 self.enable_x_tick_labels = Some(enabled);
274 self

Callers 1

newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected