Struct lc_render::value::bar::BarsValues [−][src]
pub struct BarsValues { /* fields omitted */ }Expand description
BarsValues contains values and color settings for bar views.
Implementations
impl BarsValues[src]
impl BarsValues[src]pub fn set_fill_color(self, fill_color: Color) -> Self[src]
pub fn set_fill_color(self, fill_color: Color) -> Self[src]Set fill color for BarsValues.
pub fn set_stroke_color(self, stroke_color: Color) -> Self[src]
pub fn set_stroke_color(self, stroke_color: Color) -> Self[src]Set stroke color for BarsValues.
pub fn fill_color(&self) -> &str[src]
pub fn fill_color(&self) -> &str[src]Get fill color.
pub fn stroke_color(&self) -> &str[src]
pub fn stroke_color(&self) -> &str[src]Get stroke color.