Struct criterion_plot::candlestick::Candlesticks [] [src]

pub struct Candlesticks<X, WM, BM, BH, WH> {
    pub x: X,
    pub whisker_min: WM,
    pub box_min: BM,
    pub box_high: BH,
    pub whisker_high: WH,
}

A candlestick consists of a box and two whiskers that extend beyond the box

Fields

X coordinate of the candlestick

Y coordinate of the end point of the bottom whisker

Y coordinate of the bottom of the box

Y coordinate of the top of the box

Y coordinate of the end point of the top whisker