Trait rustplot::chart_builder::Chart [] [src]

pub trait Chart {
    fn draw(&self);
}

Trait implemented by all drawable charts providing the interface for drawing functionality.

Required Methods

Draws the chart specified for the instance that this function is called on.

Implementors