Get the mutable full interaction controls behavior for the plot.
(&mut self)
| 828 | /// Provide a custom formatter for the cursor overlay. Called with |
| 829 | /// (x, y) world coordinates and should return the formatted string. |
| 830 | pub fn set_cursor_provider(&mut self, provider: CursorProvider) { |
| 831 | self.cursor_provider = Some(provider); |
| 832 | } |
| 833 | |
| 834 | /// Enable or disable crosshairs that follow the cursor position. |
| 835 | pub fn set_crosshairs(&mut self, enabled: bool) { |
no outgoing calls
no test coverage detected