Searched refs:light_grid_style (Results 1 – 2 of 2) sorted by relevance
766 light_grid_style: ShapeStyle, in draw_axis_panels()778 light_grid_style.clone(),794 light_grid_style: ShapeStyle, in draw_axis_panel()850 (light_points, light_grid_style),
75 pub fn light_grid_style<S: Into<ShapeStyle>>(&mut self, style: S) -> &mut Self { in light_grid_style() function