Struct criterion_plot::candlestick::Properties
[−]
[src]
pub struct Properties { /* fields omitted */ }Properties common to candlestick plots
Trait Implementations
impl Set<Color> for Properties[src]
fn set(&mut self, color: Color) -> &mut Properties[src]
Sets the line color
impl Set<Label> for Properties[src]
fn set(&mut self, label: Label) -> &mut Properties[src]
Sets the legend label
impl Set<LineType> for Properties[src]
fn set(&mut self, lt: LineType) -> &mut Properties[src]
Changes the line type
Note By default Solid lines are used