pub struct Properties { /* private fields */ }
Expand description
Properties common to candlestick plots
Trait Implementations§
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 line 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
Source§impl Set<LineType> for Properties
impl Set<LineType> for Properties
Source§fn set(&mut self, lt: LineType) -> &mut Properties
fn set(&mut self, lt: LineType) -> &mut Properties
Changes the line type
Note By default Solid
lines are used
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