# GC.Spread.Sheets.Charts.ISeries

## Content

# Interface: ISeries

[Sheets](../modules/GC.Spread.Sheets).[Charts](../modules/GC.Spread.Sheets.Charts).ISeries

## Table of contents

### Properties

- [axisGroup](GC.Spread.Sheets.Charts.ISeries#axisgroup)
- [backColor](GC.Spread.Sheets.Charts.ISeries#backcolor)
- [backColorTransparency](GC.Spread.Sheets.Charts.ISeries#backcolortransparency)
- [border](GC.Spread.Sheets.Charts.ISeries#border)
- [bubbleScale](GC.Spread.Sheets.Charts.ISeries#bubblescale)
- [bubbleSizes](GC.Spread.Sheets.Charts.ISeries#bubblesizes)
- [chartType](GC.Spread.Sheets.Charts.ISeries#charttype)
- [dataLabels](GC.Spread.Sheets.Charts.ISeries#datalabels)
- [dataPoints](GC.Spread.Sheets.Charts.ISeries#datapoints)
- [doughnutHoleSize](GC.Spread.Sheets.Charts.ISeries#doughnutholesize)
- [errorBars](GC.Spread.Sheets.Charts.ISeries#errorbars)
- [gapWidth](GC.Spread.Sheets.Charts.ISeries#gapwidth)
- [invertColor](GC.Spread.Sheets.Charts.ISeries#invertcolor)
- [invertIfNegative](GC.Spread.Sheets.Charts.ISeries#invertifnegative)
- [name](GC.Spread.Sheets.Charts.ISeries#name)
- [overlap](GC.Spread.Sheets.Charts.ISeries#overlap)
- [plotVisibleOnly](GC.Spread.Sheets.Charts.ISeries#plotvisibleonly)
- [showConnectorLines](GC.Spread.Sheets.Charts.ISeries#showconnectorlines)
- [smooth](GC.Spread.Sheets.Charts.ISeries#smooth)
- [startAngle](GC.Spread.Sheets.Charts.ISeries#startangle)
- [subtotals](GC.Spread.Sheets.Charts.ISeries#subtotals)
- [symbol](GC.Spread.Sheets.Charts.ISeries#symbol)
- [trendlines](GC.Spread.Sheets.Charts.ISeries#trendlines)
- [xValues](GC.Spread.Sheets.Charts.ISeries#xvalues)
- [yValues](GC.Spread.Sheets.Charts.ISeries#yvalues)

## Properties

### <a id="axisgroup" name="axisgroup"></a> axisGroup

• `Optional` **axisGroup**: [`AxisGroup`](../enums/GC.Spread.Sheets.Charts.AxisGroup)

The axis group of the series.

___

### <a id="backcolor" name="backcolor"></a> backColor

• `Optional` **backColor**: `string` \| [`IPatternFillBackColor`](GC.Spread.Sheets.Charts.IPatternFillBackColor)

The background color of the series.

___

### <a id="backcolortransparency" name="backcolortransparency"></a> backColorTransparency

• `Optional` **backColorTransparency**: `number`

The transparency of the series background color.

___

### <a id="border" name="border"></a> border

• `Optional` **border**: [`ISeriesItemBorder`](GC.Spread.Sheets.Charts.ISeriesItemBorder)

The border of the series.

___

### <a id="bubblescale" name="bubblescale"></a> bubbleScale

• `Optional` **bubbleScale**: `number`

The scale factor for the bubble chart. It can be an integer value from 0 to 300, corresponding to a percentage of the default size. Default value is 100.

___

### <a id="bubblesizes" name="bubblesizes"></a> bubbleSizes

• `Optional` **bubbleSizes**: `string`

The bubble sizes formula of the series. This is used for bubble chart.

___

### <a id="charttype" name="charttype"></a> chartType

• `Optional` **chartType**: [`ChartType`](../enums/GC.Spread.Sheets.Charts.ChartType)

The chart type of the series.

___

### <a id="datalabels" name="datalabels"></a> dataLabels

• `Optional` **dataLabels**: [`IDataLabels`](GC.Spread.Sheets.Charts.IDataLabels)

The data labels of the series.

___

### <a id="datapoints" name="datapoints"></a> dataPoints

• `Optional` **dataPoints**: [`IDataPoints`](GC.Spread.Sheets.Charts.IDataPoints)

The data points of the series.

___

### <a id="doughnutholesize" name="doughnutholesize"></a> doughnutHoleSize

• `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.

___

### <a id="errorbars" name="errorbars"></a> errorBars

• `Optional` **errorBars**: [`ErrorBarItems`](GC.Spread.Sheets.Charts.ErrorBarItems)

The error bars of the series.

___

### <a id="gapwidth" name="gapwidth"></a> gapWidth

• `Optional` **gapWidth**: `number`

The gap width of the bar and column chart group. The maximum value is 5, the minimum value is 0.

___

### <a id="invertcolor" name="invertcolor"></a> invertColor

• `Optional` **invertColor**: `string`

The series point value is negative color when seriesItem type is column or bar chart and invertIfNegative is true.

___

### <a id="invertifnegative" name="invertifnegative"></a> invertIfNegative

• `Optional` **invertIfNegative**: `boolean`

The series point value is negative color when seriesItem type is column or bar chart and invertIfNegative is true.

___

### <a id="name" name="name"></a> name

• `Optional` **name**: `string`

The name formula of the series.

___

### <a id="overlap" name="overlap"></a> overlap

• `Optional` **overlap**: `number`

The overlap of the bar and column chart group. The maximum value is 1, the minimum value is -1.

___

### <a id="plotvisibleonly" name="plotvisibleonly"></a> plotVisibleOnly

• `Optional` **plotVisibleOnly**: `boolean`

Whether to show data in hidden rows and columns.

___

### <a id="showconnectorlines" name="showconnectorlines"></a> showConnectorLines

• `Optional` **showConnectorLines**: `boolean`

Whether the series show connector lines. This is used for waterfall chart, The default value is false.

___

### <a id="smooth" name="smooth"></a> smooth

• `Optional` **smooth**: `boolean`

Whether to display smooth lines. This is used for line chart and scatter chart.

___

### <a id="startangle" name="startangle"></a> startAngle

• `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.

___

### <a id="subtotals" name="subtotals"></a> subtotals

• `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.

___

### <a id="symbol" name="symbol"></a> symbol

• `Optional` **symbol**: [`ISymbol`](GC.Spread.Sheets.Charts.ISymbol)

The symbol of the series.

___

### <a id="trendlines" name="trendlines"></a> trendlines

• `Optional` **trendlines**: [`TrendlineItem`](GC.Spread.Sheets.Charts.TrendlineItem)[]

The trendlines of the series.

___

### <a id="xvalues" name="xvalues"></a> xValues

• `Optional` **xValues**: `string`

The x values formula of the series.

___

### <a id="yvalues" name="yvalues"></a> yValues

• `Optional` **yValues**: `string`

The y values formula of the series.
