Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/series/
Darea_series.rs9 border_style: ShapeStyle, field
32 pub fn border_style<S: Into<ShapeStyle>>(mut self, style: S) -> Self { in border_style() method
/external/rust/crates/plotters/src/chart/
Dseries.rs101 border_style: ShapeStyle, field
149 pub fn border_style<S: Into<ShapeStyle>>(&mut self, style: S) -> &mut Self { in border_style() method