(mut self, hovering: bool)
| 70 | /// Allowed hovering this item in the plot. Default: `true`. |
| 71 | #[inline] |
| 72 | pub fn allow_hover(mut self, hovering: bool) -> Self { |
| 73 | self.base_mut().allow_hover = hovering; |
| 74 | self |
| 75 | } |
| 76 | |
| 77 | /// Sets the id of this plot item. |
| 78 | /// |