pub struct BarsValues { /* private fields */ }
Expand description
BarsValues contains values and color settings for bar views.
Implementations§
Source§impl BarsValues
impl BarsValues
Sourcepub fn set_fill_color(self, fill_color: Color) -> Self
pub fn set_fill_color(self, fill_color: Color) -> Self
Set fill color for BarsValues.
Sourcepub fn set_stroke_color(self, stroke_color: Color) -> Self
pub fn set_stroke_color(self, stroke_color: Color) -> Self
Set stroke color for BarsValues.
Sourcepub fn fill_color(&self) -> &str
pub fn fill_color(&self) -> &str
Get fill color.
Sourcepub fn stroke_color(&self) -> &str
pub fn stroke_color(&self) -> &str
Get stroke color.
Auto Trait Implementations§
impl Freeze for BarsValues
impl RefUnwindSafe for BarsValues
impl Send for BarsValues
impl Sync for BarsValues
impl Unpin for BarsValues
impl UnwindSafe for BarsValues
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