JavaScript/jQuery Chart Series Types
This section lists objects that define properties used to configure series of specific types.
AreaSeries
Describes settings supported by a series of the area type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.area object 
 Specifies settings for all series of the area type.
- An object in the series array 
 Specifies settings for an individual series.

BarSeries
Describes settings supported by a series of the bar type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.bar object 
 Specifies settings for all series of the bar type.
- An object in the series array 
 Specifies settings for an individual series.

BubbleSeries
Describes settings supported by a series of the bubble type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.bubble object 
 Specifies settings for all series of the bubble type.
- An object in the series array 
 Specifies settings for an individual series.

CandleStickSeries
Describes settings supported by a series of the candlestick type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.candlestick object 
 Specifies settings for all series of the candlestick type.
- An object in the series array 
 Specifies settings for an individual series.

FullStackedAreaSeries
Describes settings supported by a series of the full-stacked area type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.fullstackedarea object 
 Specifies settings for all series of the fullstackedarea type.
- An object in the series array 
 Specifies settings for an individual series.

FullStackedBarSeries
Describes settings supported by a series of the full-stacked bar type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.fullstackedbar object 
 Specifies settings for all series of the fullstackedbar type.
- An object in the series array 
 Specifies settings for an individual series.

FullStackedLineSeries
Describes settings supported by a series of the full-stacked line type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.fullstackedline object 
 Specifies settings for all series of the fullstackedline type.
- An object in the series array 
 Specifies settings for an individual series.

FullStackedSplineAreaSeries
Describes settings supported by a series of the full-stacked spline area type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.fullstackedsplinearea object 
 Specifies settings for all series of the fullstackedsplinearea type.
- An object in the series array 
 Specifies settings for an individual series.

FullStackedSplineSeries
Describes settings supported by a series of the full-stacked spline area type. An object defining a series of the fullStackedSpline type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.fullstackedspline object 
 Specifies settings for all series of the fullstackedspline type.
- An object in the series array 
 Specifies settings for an individual series.

LineSeries
Describes settings supported by a series of the line type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.line object 
 Specifies settings for all series of the line type.
- An object in the series array 
 Specifies settings for an individual series.

RangeAreaSeries
Describes settings supported by a series of the range area type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.rangearea object 
 Specifies settings for all series of the rangearea type.
- An object in the series array 
 Specifies settings for an individual series.

RangeBarSeries
Describes settings supported by a series of the range bar type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.rangebar object 
 Specifies settings for all series of the rangebar type.
- An object in the series array 
 Specifies settings for an individual series.

ScatterSeries
Describes settings supported by a series of the scatter type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.scatter object 
 Specifies settings for all series of the scatter type.
- An object in the series array 
 Specifies settings for an individual series.

SplineAreaSeries
Describes settings supported by a series of the spline area type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.splinearea object 
 Specifies settings for all series of the splinearea type.
- An object in the series array 
 Specifies settings for an individual series.

SplineSeries
Describes settings supported by a series of the spline type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.spline object 
 Specifies settings for all series of the spline type.
- An object in the series array 
 Specifies settings for an individual series.

StackedAreaSeries
Describes settings supported by a series of the stacked area type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.stackedarea object 
 Specifies settings for all series of the stackedarea type.
- An object in the series array 
 Specifies settings for an individual series.

StackedBarSeries
Describes settings supported by a series of the stacked bar type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.stackedbar object 
 Specifies settings for all series of the stackedbar type.
- An object in the series array 
 Specifies settings for an individual series.

StackedLineSeries
Describes settings supported by a series of the stacked line type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.stackedline object 
 Specifies settings for all series of the stackedline type.
- An object in the series array 
 Specifies settings for an individual series.

StackedSplineAreaSeries
Describes settings supported by a series of the stacked spline area type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.stackedsplinearea object 
 Specifies settings for all series of the stackedsplinearea type.
- An object in the series array 
 Specifies settings for an individual series.

StackedSplineSeries
Describes settings supported by a series of the stacked spline type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.stackedspline object 
 Specifies settings for all series of the stackedspline type.
- An object in the series array 
 Specifies settings for an individual series.

StepAreaSeries
Describes settings supported by a series of the step rea type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.steparea object 
 Specifies settings for all series of the steparea type.
- An object in the series array 
 Specifies settings for an individual series.

StepLineSeries
Describes settings supported by a series of the step line type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.stepline object 
 Specifies settings for all series of the stepline type.
- An object in the series array 
 Specifies settings for an individual series.

StockSeries
Describes settings supported by a series of the stock type.
All the settings in this section are specified as follows:
- The commonSeriesSettings object 
 Specifies settings for all series in a Chart.
- The commonSeriesSettings.stock object 
 Specifies settings for all series of the stock type.
- An object in the series array 
 Specifies settings for an individual series.
