Struct criterion_plot::axis::Properties[][src]

pub struct Properties { /* fields omitted */ }
Expand description

Properties of the coordinate axes

Implementations

Hides the axis

Note The TopX and RightY axes are hidden by default

Makes the axis visible

Note The BottomX and LeftY axes are visible by default

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Configures the gridlines

The properties of what’s being configured

Attaches a label to the axis

Changes the range of the axis that will be shown

Note All axes are auto-scaled by default

Sets the scale of the axis

Note All axes use a linear scale by default

Changes the scale factor of the axis.

All the data plotted against this axis will have its corresponding coordinate scaled with this factor before being plotted.

Note The default scale factor is 1.

Attaches labels to the tics of an axis

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.