pub enum Axis {
Category(CategoryAxis),
Value(ValueAxis),
}Expand description
One axis entry in the plot area’s axis choice (CT_PlotArea’s second unbounded choice) — only
category/value modeled; serAx (series axis, used by surface charts) and dateAx (date axis)
are deferred.
Variants§
Category(CategoryAxis)
Value(ValueAxis)
Trait Implementations§
impl StructuralPartialEq for Axis
Auto Trait Implementations§
impl Freeze for Axis
impl RefUnwindSafe for Axis
impl Send for Axis
impl Sync for Axis
impl Unpin for Axis
impl UnsafeUnpin for Axis
impl UnwindSafe for Axis
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