(mut self, show: bool)
| 282 | /// Show the crosshair when hovering. Default: `true`. |
| 283 | #[inline] |
| 284 | pub fn show_crosshair(mut self, show: bool) -> Self { |
| 285 | self.show_crosshair = show; |
| 286 | self |
| 287 | } |
| 288 | |
| 289 | /// Always keep the X-axis centered. Default: `false`. |
| 290 | #[inline] |