Enum astrup::chart::Chart [] [src]

pub enum Chart {
    Scatter(Scatter),
    Line(Line),
}

Chart

A chart is a graphical representation of data.

Variants

Trait Implementations

impl Clone for Chart
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Chart
[src]

[src]

Formats the value using the given formatter.

impl Drawable for Chart
[src]

[src]

[src]

[src]

impl Plottable for Chart
[src]

[src]

[src]

[src]

[src]

[src]

[src]