ChartSeriesGroup

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

NameTypeAccessDescription
SeriesTypeChartSeriesTypeReadGets the type of chart series included in this group.
AxisGroupAxisGroupRead/WriteGets or sets the axis group to which this series group belongs.
AxisXChartAxisReadProvides access to properties of the X axis of this series group.
AxisYChartAxisReadProvides access to properties of the Y axis of this series group.
SeriesChartSeriesCollectionReadGets a collection of series that belong to this series group.
OverlapintRead/WriteGets or sets the percentage of how much the series bars or columns overlap.
GapWidthintRead/WriteGets or sets the percentage of gap width between chart elements.
BubbleScaleintRead/WriteGets or sets the size of the bubbles as a percentage of their default size.
FirstSliceAngleintRead/WriteGets or sets the angle, in degrees, of the first slice of the parent pie chart.
DoughnutHoleSizeintRead/WriteGets or sets the hole size of the parent doughnut chart as a percentage.
SecondSectionSizeintRead/WriteGets or sets the size of the pie chart secondary section as a percentage.

See Also