The CSS style class to apply if series type is area or lineWithArea. See the Help documentation for more information.
The inline style to apply if series type is area or lineWithArea. See the Help documentation for more information.
Defines whether the series is associated with the y2 axis. Only applies to Cartesian bar, line, area, and combo charts.
The border color of the series.
The border width of the series.
An object containing the style properties of the box plot series.
An optional array of category strings corresponding to this series. This allows highlighting and filtering of a series through interactions with legend sections. If not defined, the series id is used.
The color of the series. The chart legend item will inherit this color value.
Defines whether the series should be shown in the legend. When set to 'auto', the series will not be displayed in the legend if it has null data or if it is a stock, funnel, or pyramid series.
Whether drilling is enabled on the series item. See the Help documentation for more information.
The id of the series. Defaults to the name or the series index if not specified.
An array of values or an array of objects that defines the data items for the series.
The line style of the data line. Only applies to line, lineWithArea, scatter, and bubble series.
The line type of the data line or area. Only applies to line, area, scatter, and bubble series. See the Help documentation for more information.
The width of the data line. Only applies to line, lineWithArea, scatter, and bubble series.
The color of the data markers, if different from the series color.
Defines whether the data marker is displayed. Only applies to line, area, scatter, and bubble series. See the Help documentation for more information.
The shape of the data markers. In addition to the built-in shapes, it may also take SVG path commands to specify a custom shape. See the Help documentation for more information.
The size of the data markers.
The CSS style class to apply to the data markers. See the Help documentation for more information.
The inline style to apply to the data markers. See the Help documentation for more information.
The name of the series, displayed in the legend and tooltips.
The pattern used to fill the series. A solid fill is used by default, unless the seriesEffect is 'pattern'.
A number from 0 to 1 indicating the amount to explode the pie slice. Only applies to pie charts.
The description of this series. This is used for accessibility and for customizing the tooltip text on the corresponding legend item for the series.
The URI of the custom image. If specified, it takes precedence over shape.
The optional URI for the hover state. If not specified, the source image will be used.
The optional URI for the hover selected state. If not specified, the source image will be used.
The optional URI for the selected state. If not specified, the source image will be used.
In stacked charts, groups series together for stacking. All series without a stackCategory will be assigned to the same stack.
The CSS style class to apply to the series. For series of type lineWithArea, this style will only be applied to the line if areaSvgClassName is also specified. See the Help documentation for more information.
The inline style to apply to the series. For series of type lineWithArea, this style will only be applied to the line if areaSvgStyle is also specified. See the Help documentation for more information.
The type of data objects to display for this series. Only applies to combo and stock charts.
Generated using TypeDoc
The area color of the series. Only applies if series type is area or lineWithArea.