Home
last modified time | relevance | path

Searched defs:axis_panel_style (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/plotters/src/chart/
Daxes3d.rs24 pub(super) axis_panel_style: ShapeStyle, field
65 pub fn axis_panel_style<S: Into<ShapeStyle>>(&mut self, style: S) -> &mut Self { in axis_panel_style() function