Enum criterion_plot::Range
[−]
[src]
pub enum Range {
Auto,
Limits(f64, f64),
}Axis range
Variants
AutoAutoscale the axis
Limits(f64, f64)Set the limits of the axis
Trait Implementations
impl Set<Range> for Properties[src]
fn set(&mut self, range: Range) -> &mut Properties[src]
Changes the range of the axis that will be shown
Note All axes are auto-scaled by default
impl Clone for Range[src]
fn clone(&self) -> Range[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more