Enable or disable point highlighting while hovering.
(&mut self, enabled: bool)
| 833 | |
| 834 | /// Enable or disable crosshairs that follow the cursor position. |
| 835 | pub fn set_crosshairs(&mut self, enabled: bool) { |
| 836 | self.crosshairs_enabled = enabled; |
| 837 | } |
| 838 | |
| 839 | /// Set the rendering strategy used by the plot. |
| 840 | pub fn set_render_strategy(&mut self, strategy: PlotRenderStrategy) { |