Aspose::Words::Drawing::Charts::ChartSeriesGroup class

ChartSeriesGroup class

Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes.

class ChartSeriesGroup : public System::Object

Methods

MethodDescription
get_AxisGroup()Gets the axis group to which this series group belongs.
get_AxisX()Provides access to properties of the X axis of this series group.
get_AxisY()Provides access to properties of the Y axis of this series group.
get_BubbleScale()Gets or sets the size of the bubbles as a percentage of their default size.
get_DoughnutHoleSize()Gets or sets the hole size of the parent doughnut chart as a percentage.
get_FirstSliceAngle()Gets or sets the angle, in degrees, of the first slice of the parent pie chart.
get_GapWidth()Gets or sets the percentage of gap width between chart elements.
get_Overlap()Gets or sets the percentage of how much the series bars or columns overlap.
get_SecondSectionSize()Gets or sets the size of the pie chart secondary section as a percentage.
get_Series()Gets a collection of series that belong to this series group.
get_SeriesType()Gets the type of chart series included in this group.
GetType() const override
Is(const System::TypeInfo&) const override
set_AxisGroup(Aspose::Words::Drawing::Charts::AxisGroup)Sets the axis group to which this series group belongs.
set_BubbleScale(int32_t)Setter for Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_BubbleScale.
set_DoughnutHoleSize(int32_t)Setter for Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_DoughnutHoleSize.
set_FirstSliceAngle(int32_t)Setter for Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_FirstSliceAngle.
set_GapWidth(int32_t)Setter for Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_GapWidth.
set_Overlap(int32_t)Setter for Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_Overlap.
set_SecondSectionSize(int32_t)Setter for Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_SecondSectionSize.
static Type()

Remarks

Combo charts contains multiple chart series groups, with a separate group for each series type.

Also, you can create a chart series group to assign secondary axes to one or more chart series.

To learn more, visit the Working with Charts documentation article.

See Also