Set full interaction controls behavior for the plot.
(&mut self, controls: PlotControls)
| 818 | pub fn set_hover_highlight_provider(&mut self, provider: HighlightPointProvider) { |
| 819 | self.hover_highlight_provider = Some(provider); |
| 820 | } |
| 821 | |
| 822 | /// Enable or disable the small cursor-position overlay shown in the |
| 823 | /// lower-left corner of the plot. Disabled by default. |
| 824 | pub fn set_cursor_overlay(&mut self, enabled: bool) { |
| 825 | self.cursor_overlay = enabled; |