ChartSeriesGroup

ChartSeriesGroup

Overview

ChartSeriesGroup is a class in Aspose.Slides FOSS for Python. Inherits from: IChartSeriesGroup.

Represents group of series.

Properties: as_i_presentation_component, as_i_slide_component, bubble_size_representation, bubble_size_scale, chart, doughnut_hole_size, and 14 more.

Properties

NameTypeAccessDescription
typeCombinableSeriesTypesGroupReadGets the type.
plot_on_second_axisboolReadGets the plot on second axis.
seriesIChartSeriesReadonlyCollectionReadGets the series.
gap_widthintRead/WriteGets or sets the gap width.
overlapintRead/WriteGets or sets the overlap.
gap_depthintRead/WriteGets or sets the gap depth.
first_slice_angleintRead/WriteGets or sets the first slice angle.
doughnut_hole_sizeintRead/WriteGets or sets the doughnut hole size.
is_color_variedboolRead/WriteGets or sets the is color varied.
has_series_linesboolRead/WriteGets or sets the has series lines.
second_pie_sizeintRead/WriteGets or sets the second pie size.
pie_split_positionfloatRead/WriteGets or sets the pie split position.
pie_split_by``Read/WriteGets or sets the pie split by.
bubble_size_scaleintRead/WriteGets or sets the bubble size scale.
bubble_size_representation``Read/WriteGets or sets the bubble size representation.
chartIChartReadReturns the chart.
as_i_slide_componentISlideComponentReadAllows to get base ISlideComponent interface.
slideIBaseSlideReadGets the slide.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
presentationIPresentationReadGets the presentation.

See Also