Return whether the in-canvas controls/help UI is enabled.
(&self)
| 848 | |
| 849 | /// Set full interaction controls behavior for the plot. |
| 850 | pub fn set_controls(&mut self, controls: PlotControls) { |
| 851 | self.controls = controls; |
| 852 | } |
| 853 | |
| 854 | /// Get the full interaction controls behavior for the plot. |
| 855 | pub fn get_controls(&self) -> &PlotControls { |
nothing calls this directly
no outgoing calls
no test coverage detected