pub struct Properties { /* private fields */ }
Expand description
Properties common to filled curve plots
Trait Implementations§
Source§impl Set<Axes> for Properties
impl Set<Axes> for Properties
Source§fn set(&mut self, axes: Axes) -> &mut Properties
fn set(&mut self, axes: Axes) -> &mut Properties
Select axes to plot against
Note By default, the BottomXLeftY
axes are used
Source§impl Set<Color> for Properties
impl Set<Color> for Properties
Source§fn set(&mut self, color: Color) -> &mut Properties
fn set(&mut self, color: Color) -> &mut Properties
Sets the fill color
Source§impl Set<Label> for Properties
impl Set<Label> for Properties
Source§fn set(&mut self, label: Label) -> &mut Properties
fn set(&mut self, label: Label) -> &mut Properties
Sets the legend label
Auto Trait Implementations§
impl Freeze for Properties
impl RefUnwindSafe for Properties
impl Send for Properties
impl Sync for Properties
impl Unpin for Properties
impl UnwindSafe for Properties
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