pub enum MarkType {
Point,
Line,
Bar,
Area,
Text,
Arc,
Rule,
Heatmap,
Treemap,
}Expand description
Mark type for a layer.
Variants§
Point
Points/scatter.
Line
Lines.
Bar
Bars.
Area
Area fill.
Text
Text labels.
Arc
Arc/pie.
Rule
Rules (reference lines).
Heatmap
Heatmap (2D matrix visualization).
Treemap
Treemap (hierarchical area chart).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarkType
impl RefUnwindSafe for MarkType
impl Send for MarkType
impl Sync for MarkType
impl Unpin for MarkType
impl UnsafeUnpin for MarkType
impl UnwindSafe for MarkType
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