Searched refs:y_label_offset (Results 1 – 4 of 4) sorted by relevance
53 pub fn y_label_offset<S: SizeDesc>(&mut self, value: S) -> &mut Self { in y_label_offset() function54 self.style.y_label_offset(value); in y_label_offset()151 pub(super) y_label_offset: i32, field195 y_label_offset: 0, in new()266 pub fn y_label_offset<S: SizeDesc>(&mut self, value: S) -> &mut Self { in y_label_offset() function267 self.y_label_offset = value.in_pixels(&self.parent_size); in y_label_offset()452 self.y_label_offset, in draw()475 self.y_label_offset, in draw()
467 y_label_offset: i32, in draw_mesh()500 y_label_offset,
20 .y_label_offset(25) in main()
147 - Add support for `y_label_offset`. Previously only X axis label supports offset attribute.