Searched refs:SeriesLabelStyle (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/plotters/src/chart/ |
D | mod.rs | 27 pub use series::{SeriesAnno, SeriesLabelPosition, SeriesLabelStyle};
|
D | series.rs | 97 pub struct SeriesLabelStyle<'a, 'b, DB: DrawingBackend, CT: CoordTranslate> { struct 107 impl<'a, 'b, DB: DrawingBackend + 'a, CT: CoordTranslate> SeriesLabelStyle<'a, 'b, DB, CT> { impl
|
D | context.rs | 5 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()
|