(mut self, show_y: bool)
| 275 | /// Show the y-value (e.g. when hovering). Default: `true`. |
| 276 | #[inline] |
| 277 | pub fn show_y(mut self, show_y: bool) -> Self { |
| 278 | self.show_y = show_y; |
| 279 | self |
| 280 | } |
| 281 | |
| 282 | /// Show the crosshair when hovering. Default: `true`. |
| 283 | #[inline] |