Set a custom tick producer for generating tick positions along the y-axis.
(&mut self, producer: TickProducer)
| 872 | } |
| 873 | |
| 874 | /// Enable or disable the in-canvas controls/help UI (`?` button + panel). |
| 875 | pub fn set_controls_help(&mut self, enabled: bool) { |
| 876 | self.show_controls_help = enabled; |
| 877 | } |
| 878 | |
| 879 | /// Return whether the in-canvas controls/help UI is enabled. |