Api boxAndWhiskerSeries in EJ2 TypeScript Chart control

8 May 20231 minute to read

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

Returns void

getPathString

Calculation for path direction performed here

Returns string

renderBoxAndWhisker

Rendering for box and whisker append here.

Returns void