Enum gnuplot::DashType [] [src]

pub enum DashType {
    Solid,
    SmallDot,
    Dot,
    Dash,
    DotDash,
    DotDotDash,
}

An enumeration of possible dash styles

Variants

Methods

impl DashType
[src]

[src]

Trait Implementations

impl Copy for DashType
[src]

impl Clone for DashType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more