Struct criterion_plot::errorbar::Properties[][src]

pub struct Properties { /* fields omitted */ }

Properties common to error bar plots

Trait Implementations

impl Set<Color> for Properties
[src]

Changes the color of the error bars

impl Set<Label> for Properties
[src]

Sets the legend label

impl Set<LineType> for Properties
[src]

Change the line type

Note By default Solid lines are used

impl Set<LineWidth> for Properties
[src]

Changes the linewidth

Panics

Panics if lw is a non-positive value

impl Set<PointSize> for Properties
[src]

Changes the size of the points

Panics

Panics if size is a non-positive value

impl Set<PointType> for Properties
[src]

Changes the point type

Auto Trait Implementations

impl Send for Properties

impl Sync for Properties