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

Method with_render_strategy

src/plot_widget_builder.rs:156–159  ·  view source on GitHub ↗

Select which rendering path the plot should use.

(mut self, strategy: PlotRenderStrategy)

Source from the content-addressed store, hash-verified

154
155 /// Select which rendering path the plot should use.
156 pub fn with_render_strategy(mut self, strategy: PlotRenderStrategy) -> Self {
157 self.render_strategy = Some(strategy);
158 self
159 }
160
161 /// Disable the in-canvas controls/help UI (`?` button + panel).
162 ///

Callers 1

marker_plotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected