Struct simple_chart::Axis [] [src]

pub struct Axis {
    pub min_value: f64,
    pub max_value: f64,
    pub interval_count: u8,
    pub scale_interval_pix: f64,
    pub decimal_places: u8,
    // some fields omitted
}

Fields

Methods

impl Axis
[src]

Trait Implementations

impl Debug for Axis
[src]

Formats the value using the given formatter.

impl Clone for Axis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more