| Name | Description |
---|
 | color | Gets or sets the color with which this series is displayed on the plot area. |
 | data | Gets or sets the array of data points for this series. |
 | errorBars | The errorBars option is supported when series.type is set to "bar", "column", "line", "area", "scatter", "scatterLine" or "bubble". |
 | errorHighField | Gets or sets the data item field which contains the series.errorBars low value. The errorHighField option is supported when series.type is set to "bar", "column", "line" or "area". |
 | errorLowField | Gets or sets the data item field which contains the series.errorBars low value. The errorLowField option is supported when series.type is set to "bar", "column", "line" or "area". |
 | field | Gets or sets the data field containing the series value. |
 | groupNameTemplate | Gets or sets the name template for auto-generated series when binding to grouped data. Template variables: series, group, group.field, group.value. |
 | highlight | Retrieves the chart series highlight settings. |
 | labels | Gets or sets the settings for the series data labels. |
 | markers | Gets the marker settings for the scatter series. |
 | name | Gets or sets the series name visible in the legend. |
 | notes | Retrieves the chart series notes settings. |
 | noteTextField | Gets or sets the data item field which contains the series note text. |
 | opacity | Gets or sets series opacity. |
 | stack | Indicates whether the series should be stacked. |
 | style | Gets or sets the style of the line series. |
 | tooltip | Retrieves the tooltip settings for this series. |
 | type | Gets the type of the series. |
 | visibleInLegend | Indicates whether to show the series in the legend. |
 | xAxis | Gets or sets name of the X axis to use. If not specified, defaults to the primary axis. |
 | xErrorHighField | Gets or sets the data item field which contains the series.errorBars low value. The xErrorHighField option is supported when series.type is set to "scatter", "scatterLine" or "bubble". |
 | xErrorLowField | Gets or sets the data item field which contains the series.errorBars low value. The xErrorLowField option is supported when series.type is set to "scatter", "scatterLine" or "bubble". |
 | xField | The data field containing the scatter x value. |
 | yAxis | Gets or sets name of the Y axis to use. If not specified, defaults to the primary axis. |
 | yErrorHighField | Gets or sets the data item field which contains the series.errorBars low value. The yErrorHighField option is supported when series.type is set to "scatter", "scatterLine" or "bubble". |
 | yErrorLowField | Gets or sets the data item field which contains the series.errorBars low value. The yErrorLowField option is supported when series.type is set to "scatter", "scatterLine" or "bubble". |
 | yField | The data field containing the scatter y value. |