ChartSeriesGroup
Overview
ChartSeriesGroup is a class in Aspose.Words FOSS for .NET.
Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes.
Properties: AxisGroup, AxisX, AxisY, BubbleScale, DoughnutHoleSize, FirstSliceAngle, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SeriesType | ChartSeriesType | Read | Gets the type of chart series included in this group. |
AxisGroup | AxisGroup | Read/Write | Gets or sets the axis group to which this series group belongs. |
AxisX | ChartAxis | Read | Provides access to properties of the X axis of this series group. |
AxisY | ChartAxis | Read | Provides access to properties of the Y axis of this series group. |
Series | ChartSeriesCollection | Read | Gets a collection of series that belong to this series group. |
Overlap | int | Read/Write | Gets or sets the percentage of how much the series bars or columns overlap. |
GapWidth | int | Read/Write | Gets or sets the percentage of gap width between chart elements. |
BubbleScale | int | Read/Write | Gets or sets the size of the bubbles as a percentage of their default size. |
FirstSliceAngle | int | Read/Write | Gets or sets the angle, in degrees, of the first slice of the parent pie chart. |
DoughnutHoleSize | int | Read/Write | Gets or sets the hole size of the parent doughnut chart as a percentage. |
SecondSectionSize | int | Read/Write | Gets or sets the size of the pie chart secondary section as a percentage. |