Struct criterion_plot::curve::Properties[][src]

pub struct Properties { /* fields omitted */ }

Properties common to simple "curve" like plots

Trait Implementations

impl Set<Axes> for Properties
[src]

Select the axes to plot against

Note By default, the BottomXLeftY axes are used

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

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