Sets the width of each bar (relative to the default unit spacing)
(&mut self, width: f64)
| 224 | |
| 225 | /// Sets the width of each bar (relative to the default unit spacing) |
| 226 | pub fn set_width(&mut self, width: f64) -> &mut Self { |
| 227 | self.width = width; |
| 228 | self |
| 229 | } |
| 230 | |
| 231 | /// Sets the vertical offset of each bar (bottom coordinate) |
| 232 | /// |
no outgoing calls