Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/
Dmesh.rs35 pub fn axis_style<T: Into<ShapeStyle>>(&mut self, style: T) -> &mut Self { in axis_style() function
162 pub(super) axis_style: Option<ShapeStyle>, field
312 pub fn axis_style<T: Into<ShapeStyle>>(&mut self, style: T) -> &mut Self { in axis_style() function
448 let axis_style = self in draw() localVariable
Daxes3d.rs31 pub(super) axis_style: ShapeStyle, field