Enum flot::Side [] [src]

pub enum Side {
    Right,
    Left,
    Bottom,
    Top,
}

describes sides of plot for axis position

Variants