Enum fltk::misc::ChartType [−][src]
#[repr(i32)]
pub enum ChartType {
Bar,
HorizontalBar,
Line,
Fill,
Spike,
Pie,
SpecialPie,
}Expand description
Defines the chart types supported by fltk
Variants
Bar chart
Horizontal bar chart
Line chart
Fill chart
Spike chart
Pie chart
Special pie chart
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChartType
impl UnwindSafe for ChartType
Blanket Implementations
Mutably borrows from an owned value. Read more