Searched refs:bold_grid_style (Results 1 – 2 of 2) sorted by relevance
765 bold_grid_style: ShapeStyle, in draw_axis_panels()777 bold_grid_style.clone(),793 bold_grid_style: ShapeStyle, in draw_axis_panel()847 .draw(&PathElement::new(panel, bold_grid_style.clone()))?;851 (bold_points, bold_grid_style),
70 pub fn bold_grid_style<S: Into<ShapeStyle>>(&mut self, style: S) -> &mut Self { in bold_grid_style() function