Home
last modified time | relevance | path

Searched refs:x_label_style (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/plotters/src/chart/
Dmesh.rs160 pub(super) x_label_style: Option<TextStyle<'b>>, field
204 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() function
351 self.x_label_style = Some(style.into_text_style(&self.parent_size)); in x_label_style()
425 let x_label_style = self in draw() localVariable
426 .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()
Dcontext.rs461 x_label_style: &TextStyle, in draw_mesh()
488 x_label_style,