Api boxAndWhiskerSeries in JavaScript Chart control
18 Nov 20181 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