| Name | Description |
| AxisGroup | Gets or sets the property which specifies which axis group this series is plotted on. |
| BarShape | Gets or sets the property which specifies the shape of 3D bars. |
| BubbleSizes | Gets or sets the bubble size values for the series. |
| ChartType | Gets or sets the property which specifies the chart type. |
| DataLabels | Returns an instance of IDataLabels which represents all of the data labels of this series, or null if HasDataLabels is false. |
| ErrorBars | Returns an instance of IErrorBars which represents the error bars of this series, or null if HasErrorBars is false. |
| Explosion | Gets or sets the property which specifies the explosion value for all of the data points of this series on a pie or doughnut chart. |
| Format | Returns an instance of IChartFormat which represents the formatting options of this series. |
| Has3DEffect | Gets or sets the property which specifies whether all the bubbles in a bubble series are displayed with a 3D effect. |
| HasDataLabels | Gets or sets the property which specifies whether the series has data labels. |
| HasErrorBars | Gets or sets the property which specifies whether the series has error bars. |
| HasLeaderLines | Gets or sets the property which specifies whether the series has leader lines. |
| InvertIfNegative | Gets or sets the property which specifies whether pattern colors are inverted on data points with negative values. |
| LeaderLines | Returns an instance of ILeaderLines which represents the leader lines of this series, or null if HasLeaderLines is false. |
| MarkerBackgroundColor | Gets or sets the SpreadsheetGear.Color of the marker background. |
| MarkerForegroundColor | Gets or sets the SpreadsheetGear.Color of the marker foreground. |
| MarkerSize | Gets or sets the property which specifies the marker size in points. |
| MarkerStyle | Gets or sets the property which specifies the marker style. |
| Name | Gets or sets the name of the series. |
| Points | Returns an instance of IPoints which represents all of the data points of this series. |
| Smooth | Gets or sets the property which specifies whether smoothing is used on a line series. |
| Trendlines | Returns an instance of ITrendlines which represents all of the trendlines of this series. |
| Values | Gets or sets the values for the series. |
| XValues | Gets or sets the x values for the series. |