Search results

BoxAndWhiskerSeries API in Vue Chart API component

BoxAndWhiskerSeries module is used to render the box and whisker series.

Methods

doAnimation

Animates the series.

Parameter Type Description
series Series Defines the series to animate.

Returns void

findBoxPlotValues

To find the box plot values.

Parameter Type Description
yValues number[] yValues
point Points point
mode BoxPlotMode mode

Returns void

getPathString

Calculation for path direction performed here.

Parameter Type Description
point Points point
series Series series
median ChartLocation median
average ChartLocation average

Returns string

renderBoxAndWhisker

Rendering for box and whisker append here.

Parameter Type Description
series Series series
point Points point
argsData IPointRenderEventArgs argsData
direction string path direction
median number median

Returns void