Return whether point highlighting while hovering is enabled.
(&self)
| 838 | |
| 839 | /// Set the rendering strategy used by the plot. |
| 840 | pub fn set_render_strategy(&mut self, strategy: PlotRenderStrategy) { |
| 841 | self.render_strategy = strategy; |
| 842 | #[cfg(feature = "canvas")] |
| 843 | { |
| 844 | self.canvas_caches.static_layer.clear(); |
| 845 | self.canvas_caches.overlay_layer.clear(); |
nothing calls this directly
no outgoing calls
no test coverage detected