ChartSeriesType API in JavaScript Chart API control
Defines the type of series in chart. They are:
- Line - Renders the line series.
- Column - Renders the column series.
- Area - Renders the area series.
- Pie - Renders the pie series.
- Polar - Renders the polar series.
- Radar - Renders the radar series.
- Bar - Renders the stacking column series
- Histogram - Renders the histogram series
- StackingColumn - Renders the stacking column series.
- StackingArea - Renders the stacking area series.
- StackingLine - Renders the stacking line series.
- StackingBar - Renders the stacking bar series.
- StackingColumn100 - Renders the stacking column series.
- StackingArea100 - Renders the stacking area 100 percent series
- StackingLine100 - Renders the stacking line 100 percent series.
- StackingBar100 - Renders the stacking bar 100 percent series.
- StepLine - Renders the step line series.
- StepArea - Renders the step area series.
- Scatter - Renders the scatter series.
- Spline - Renders the spline series
- RangeColumn - Renders the rangeColumn series.
- Hilo - Renders the hilo series
- HiloOpenClose - Renders the HiloOpenClose series
- Waterfall - Renders the Waterfall series
- RangeArea - Renders the rangeArea series.
- RangeStepArea - Renders the rangeStepArea series.
- Candle - Renders the candle series.
- SplineRangeArea - Renders the splineRangeArea series.
- BoxAndWhisker - Renders the Box and whisker series.
- MultiColoredLine - Renders the multi color line series.
- MultiColoredArea - Renders the multi color area series.
- Pareto- Renders the pareto series.
- Line
- Column
- Area
- Bar
- Histogram
- StackingColumn
- StackingArea
- StackingStepArea
- StackingLine
- StackingBar
- StepLine
- StepArea
- SplineArea
- Scatter
- Spline
- StackingColumn100
- StackingBar100
- StackingLine100
- StackingArea100
- RangeColumn
- RangeStepArea
- Hilo
- HiloOpenClose
- Waterfall
- RangeArea
- SplineRangeArea
- Bubble
- Candle
- Polar
- Radar
- BoxAndWhisker
- MultiColoredLine
- MultiColoredArea
- Pareto
Thank you for your feedback and comments.We will rectify this as soon as possible!