Struct flot::Markings [] [src]

pub struct Markings<'a> { /* fields omitted */ }

represents 'markings' or plot annotations.

Methods

impl<'a> Markings<'a>
[src]

[src]

[src]

vertical band over plot

[src]

horizontal band over plot

[src]

vertical line at x position

[src]

horizontal line at y position

[src]

rectangular area specified as (x1,x2,y1,y2)

[src]

set the color of the last marking defined