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

pub struct Properties { /* fields omitted */ }

Properties common to candlestick plots

Trait Implementations

impl Set<Color> for Properties
[src]

Sets the line color

impl Set<Label> for Properties
[src]

Sets the legend label

impl Set<LineType> for Properties
[src]

Changes the line type

Note By default Solid lines are used

impl Set<LineWidth> for Properties
[src]

Changes the width of the line

Panics

Panics if width is a non-positive value

Auto Trait Implementations

impl Send for Properties

impl Sync for Properties