Searched refs:x_label_style (Results 1 – 2 of 2) sorted by relevance
160 pub(super) x_label_style: Option<TextStyle<'b>>, field204 x_label_style: None, in new()343 self.x_label_style = Some(style.clone()); in label_style()350 pub fn x_label_style<T: IntoTextStyle<'b>>(&mut self, style: T) -> &mut Self { in x_label_style() function351 self.x_label_style = Some(style.into_text_style(&self.parent_size)); in x_label_style()425 let x_label_style = self in draw() localVariable426 .x_label_style in draw()438 .unwrap_or_else(|| x_label_style.clone()); in draw()446 &x_label_style, in draw()466 &x_label_style, in draw()
461 x_label_style: &TextStyle, in draw_mesh()488 x_label_style,