Home
last modified time | relevance | path

Searched refs:SeriesLabelStyle (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/plotters/src/chart/
Dmod.rs27 pub use series::{SeriesAnno, SeriesLabelPosition, SeriesLabelStyle};
Dseries.rs97 pub struct SeriesLabelStyle<'a, 'b, DB: DrawingBackend, CT: CoordTranslate> { struct
107 impl<'a, 'b, DB: DrawingBackend + 'a, CT: CoordTranslate> SeriesLabelStyle<'a, 'b, DB, CT> { argument
Dcontext.rs5 use super::{DualCoordChartContext, MeshStyle, SeriesAnno, SeriesLabelStyle};
78 pub fn configure_series_labels<'b>(&'b mut self) -> SeriesLabelStyle<'a, 'b, DB, CT> in configure_series_labels()
82 SeriesLabelStyle::new(self) in configure_series_labels()