[]
• Optional
axisGroup: AxisGroup
The axis group of the series.
• Optional
backColor: string
| IPatternFillBackColor
The background color of the series.
• Optional
backColorTransparency: number
The transparency of the series background color.
• Optional
border: ISeriesItemBorder
The border of the series.
• Optional
bubbleSizes: string
The bubble sizes formula of the series. This is used for bubble chart.
• Optional
chartType: ChartType
The chart type of the series.
• Optional
dataLabels: IDataLabels
The data labels of the series.
• Optional
dataPoints: IDataPoints
The data points of the series.
• Optional
doughnutHoleSize: number
The hole size of the doughnut chart. This is used for doughnut chart, The maximum value is 0.9, the minimum value is 0.
• Optional
errorBars: ErrorBarItems
The error bars of the series.
• Optional
gapWidth: number
The gap width of the bar and column chart group. The maximum value is 5, the minimum value is 0.
• Optional
invertColor: string
The series point value is negative color when seriesItem type is column or bar chart and invertIfNegative is true.
• Optional
invertIfNegative: boolean
The series point value is negative color when seriesItem type is column or bar chart and invertIfNegative is true.
• Optional
name: string
The name formula of the series.
• Optional
overlap: number
The overlap of the bar and column chart group. The maximum value is 1, the minimum value is -1.
• Optional
plotVisibleOnly: boolean
Whether to show data in hidden rows and columns.
• Optional
showConnectorLines: boolean
Whether the series show connector lines. This is used for waterfall chart, The default value is false.
• Optional
smooth: boolean
Whether to display smooth lines. This is used for line chart and scatter chart.
• Optional
startAngle: number
The first slice angle of the chart whose chart type is pie. The default value is 0, which represents the 12 o'clock position.
• Optional
subtotals: number
[]
The waterfall chart set as total points index array(0 base). This is used for waterfall chart, The default value is empty array.
• Optional
symbol: ISymbol
The symbol of the series.
• Optional
trendlines: TrendlineItem
[]
The trendlines of the series.
• Optional
xValues: string
The x values formula of the series.
• Optional
yValues: string
The y values formula of the series.