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

Method set_render_strategy

examples/auto_backend.rs:123–126  ·  view source on GitHub ↗
(&mut self, strategy: PlotRenderStrategy)

Source from the content-addressed store, hash-verified

121 }
122
123 fn set_render_strategy(&mut self, strategy: PlotRenderStrategy) {
124 self.render_strategy = strategy;
125 self.widget.set_render_strategy(strategy);
126 }
127}
128
129fn offset_slider(

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected