See summary and remarks for ChartSeriesGroupCollection class and CombinableSeriesTypesGroup enum.
Group of series contains some series properies whitch is common for
each series in group (“series group properties”).
“Series group properties” in ChartSeriesGroup class is read/write.
Each of “series group properties” can have a read-only projection in ChartSeries class.
getBubbleSizeRepresentation
Name
Description
getBubbleSizeRepresentation ()
Specifies how the bubble size values are represented on the bubble chart. Read/write BubbleSizeRepresentationType.
Returns:
int
getBubbleSizeScale
Name
Description
getBubbleSizeScale ()
Specifies the scale factor for the bubble chart (can be between 0 and 300 percents of the default size). Read/write int.
Specifies how much bars and columns shall overlap on 2-D charts, as a percentage (from -100% to 100%). - -100%: Maximum spacing (bars are completely separated). - 0%: Bars are placed side by side without overlap or spacing. - 100%: Maximum overlap (bars completely overlap each other). This property is read/write byte.
Returns:
byte
Error
Error
Condition
ArgumentOutOfRangeException
Thrown when the value is set outside the valid range of -100 to 100.
getPieSplitBy
Name
Description
getPieSplitBy ()
Specifies how to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart. Read/write PieSplitType.
Returns:
int
getPieSplitCustomPoints
Name
Description
getPieSplitCustomPoints ()
The custom split information for a pie-of-pie or bar-of-pie chart with a custom split. Contains data points that shall be drawn in the second pie or bar in a pie-of-pie or bar-of-pie chart. Read-only PieSplitCustomPointCollection.
Specifies a value that shall be used to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart. Is used together with PieSplitBy property. Read/write double.
Returns:
double
getPlotOnSecondAxis
Name
Description
getPlotOnSecondAxis ()
Indicates if series of this group is plotted on secondary axis. Read-only boolean.
Returns:
boolean
getPresentation
Name
Description
getPresentation ()
Returns the parent presentation of a FillFormat. Read-only IPresentation.
Specifies the size of the second pie or bar of a pie-of-pie chart or a bar-of-pie chart, as a percentage of the size of the first pie (can be between 5 and 200 percents). Read/write int.
Returns:
int
getSeries
Name
Description
getSeries ()
Returns a collection of series. Read-only IChartSeriesReadonlyCollection.
Returns:
ChartSeriesReadonlyCollection
getSlide
Name
Description
getSlide ()
Returns the parent slide of a FillFormat. Read-only BaseSlide.
True if chart has series lines. Applied to stacked bar and OfPie charts. Read/write boolean.
Returns:
boolean
isColorVaried
Name
Description
isColorVaried ()
Specifies that each data marker in the series has a different color. Read/write boolean.
Returns:
boolean
setBubbleSizeRepresentation
Name
Description
setBubbleSizeRepresentation (int)
Specifies how the bubble size values are represented on the bubble chart. Read/write BubbleSizeRepresentationType.
setBubbleSizeScale
Name
Description
setBubbleSizeScale (int)
Specifies the scale factor for the bubble chart (can be between 0 and 300 percents of the default size). Read/write int.
setColorVaried
Name
Description
setColorVaried (boolean)
Specifies that each data marker in the series has a different color. Read/write boolean.
setDoughnutHoleSize
Name
Description
setDoughnutHoleSize (byte)
Specifies the size of the hole in a doughnut chart (can be between 0 and 90 percents of the size of the plot area.). Read/write byte.
setFirstSliceAngle
Name
Description
setFirstSliceAngle (int)
Gets or sets the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees). Read/write int.
setGapDepth
Name
Description
setGapDepth (int)
Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart. Read/write int.
setGapWidth
Name
Description
setGapWidth (int)
Specifies the space between bar or column clusters, as a percentage of the bar or column width. Read/write int.
setOverlap
Name
Description
setOverlap (byte)
Specifies how much bars and columns shall overlap on 2-D charts, as a percentage (from -100% to 100%). - -100%: Maximum spacing (bars are completely separated). - 0%: Bars are placed side by side without overlap or spacing. - 100%: Maximum overlap (bars completely overlap each other). This property is read/write byte.
Error
Error
Condition
ArgumentOutOfRangeException
Thrown when the value is set outside the valid range of -100 to 100.
setPieSplitBy
Name
Description
setPieSplitBy (int)
Specifies how to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart. Read/write PieSplitType.
setPieSplitPosition
Name
Description
setPieSplitPosition (double)
Specifies a value that shall be used to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart. Is used together with PieSplitBy property. Read/write double.
setSecondPieSize
Name
Description
setSecondPieSize (int)
Specifies the size of the second pie or bar of a pie-of-pie chart or a bar-of-pie chart, as a percentage of the size of the first pie (can be between 5 and 200 percents). Read/write int.
setSeriesLines
Name
Description
setSeriesLines (boolean)
True if chart has series lines. Applied to stacked bar and OfPie charts. Read/write boolean.