QuartileCandlestick

QuartileCandlestick displays a five number summary of a range of numeric values. The five-number summary is the minimum, first quartile, median, third quartile, and maximum.

orientation can be used to render this chart either vertically or horizontally.

lineWidth and candleWidth can be used to set the pixel width of the lines and the overall pixel width of the drawn portion of this chart respectively. candleWidth also controls the height of the drawn portion while using 'horizontal' orientation.

edgePadding sets the pixel padding between the edges of the containing element and the minimum/maximum lines.

roundedCorners sets the pixel radius of the drawn lines.

upperTextRotation and lowerTextRotation sets the degrees of rotation for the column labels and column values respectively.

lineColor sets the fill color of the lines.

textColor sets the fill color of the labels and values.

innerRectColor sets the fill color of the inner rectangles between the first and third quartiles.

showLabels and showValues are true by default but can be used to hide the labels and values.

API

Published Properties