Home
last modified time | relevance | path

Searched refs:border_style (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/plotters/src/series/
Darea_series.rs9 border_style: ShapeStyle, field
27 border_style: (&TRANSPARENT).into(), in new()
32 pub fn border_style<S: Into<ShapeStyle>>(mut self, style: S) -> Self { in border_style() method
33 self.border_style = style.into(); in border_style()
57 Some(PathElement::new(data, self.border_style.clone()).into_dyn()) in next()
/external/rust/crates/plotters/src/chart/
Dseries.rs101 border_style: ShapeStyle, field
113 border_style: (&TRANSPARENT).into(), in new()
149 pub fn border_style<S: Into<ShapeStyle>>(&mut self, style: S) -> &mut Self { in border_style() method
150 self.border_style = style.into(); in border_style()
224 self.border_style.clone(), in draw()
/external/python/cpython2/Doc/tools/static/
Dcopybutton.js14 var border_style = pre.css('border-top-style');
18 'border-color': border_color, 'border-style': border_style,
/external/rust/crates/plotters/examples/
Darea-chart.rs43 .border_style(&RED), in main()
D3d-plot.rs44 .border_style(&BLACK) in main()
Dchart.rs40 cc.configure_series_labels().border_style(&BLACK).draw()?; in main()
Dboxplot.rs102 .border_style(&BLACK.mix(0.5)) in main()
/external/rust/crates/plotters/benches/benches/
Dparallel.rs30 .border_style(&BLACK) in draw_plot()
/external/rust/crates/plotters-svg/src/
Dsvg.rs806 .border_style(&BLACK.mix(0.5)) in test_series_labels()
/external/pdfium/fxjs/
Dcjs_field.h43 JS_STATIC_PROP(borderStyle, border_style, CJS_Field)
/external/rust/crates/plotters/
DREADME.md180 .border_style(&BLACK)
222 .border_style(&BLACK)