Enum flot::Corner [] [src]

pub enum Corner {
    None,
    TopRight,
    TopLeft,
    BottomRight,
    BottomLeft,
}

describes position of legend (None for no legend)

Variants