pub enum ChartType {
Show 20 variants
Area,
AreaStacked,
AreaStackedPercent,
Bar,
BarStacked,
BarStackedPercent,
Column,
ColumnStacked,
ColumnStackedPercent,
Doughnut,
Line,
Pie,
Scatter,
ScatterStraight,
ScatterStraightWithMarkers,
Smooth,
SmoothWithMarkers,
Radar,
RadarWithMarkers,
RadarFilled,
}Variants§
Area
AreaStacked
AreaStackedPercent
Bar
BarStacked
BarStackedPercent
Column
ColumnStacked
ColumnStackedPercent
Doughnut
Line
Pie
Scatter
ScatterStraight
ScatterStraightWithMarkers
Smooth
SmoothWithMarkers
Radar
RadarWithMarkers
RadarFilled
Auto Trait Implementations§
impl Freeze for ChartType
impl RefUnwindSafe for ChartType
impl Send for ChartType
impl Sync for ChartType
impl Unpin for ChartType
impl UnwindSafe for ChartType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more