Struct criterion_plot::candlestick::Properties [] [src]

pub struct Properties { /* fields omitted */ }

Properties common to candlestick plots

Trait Implementations

impl Set<Color> for Properties
[src]

[src]

Sets the line color

impl Set<Label> for Properties
[src]

[src]

Sets the legend label

impl Set<LineType> for Properties
[src]

[src]

Changes the line type

Note By default Solid lines are used

impl Set<LineWidth> for Properties
[src]

[src]

Changes the width of the line

Panics

Panics if width is a non-positive value