[−][src]Trait plotters::prelude::IntoCentric
The trait for types that can decorated by CentricDiscreteRange
decorator
Provided methods
fn into_centric(self) -> CentricDiscreteRange<Self::CoordDescType>
Convert current ranged value into a centric ranged value
Implementors
impl<T: AsRangedCoord> IntoCentric for T where
T::CoordDescType: DiscreteRanged,
<Self::CoordDescType as Ranged>::ValueType: Eq,
[src]
T::CoordDescType: DiscreteRanged,
<Self::CoordDescType as Ranged>::ValueType: Eq,