(mut self, y_reference: f32)
| 57 | /// line. |
| 58 | #[inline] |
| 59 | pub fn stems(mut self, y_reference: f32) -> Self { |
| 60 | self.stems = Some(y_reference); |
| 61 | self |
| 62 | } |
| 63 | |
| 64 | /// Set the maximum extent of the marker around its position, in ui points. |
| 65 | #[inline] |