ChartGroup Members
Include Protected Members
Include Inherited Members
Represents one or more series plotted in a chart with the same format.
The ChartGroup type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | When used without an object qualifier, returns an Application object that represents the Microsoft PowerPoint application. When used with an object qualifier, returns an Application object that represents the creator of the specified object (you can use this property with an Automation object to return the application of that object). Read-only. | |
AxisGroup | Returns the type of axis group. Read/write XlAxisGroup. | |
BubbleScale | Returns or sets the scale factor for bubbles in the specified chart group. Read/write 64-bit signed integer. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only. | |
DoughnutHoleSize | Returns or sets the size of the hole in a doughnut chart group. Read/write 64-bit signed integer. | |
DownBars | Returns the down bars on a line chart. Read-only DownBars. | |
DropLines | Returns the drop lines for a series on a line chart or area chart. Read-only DropLines. | |
FirstSliceAngle | Returns or sets the angle, in degrees (clockwise from vertical), of the first pie-chart or doughnut-chart slice. Read/write 64-bit signed integer. | |
GapWidth | For bar and column charts, returns or sets the space, as a percentage of the bar or column width, between bar or column clusters. For pie-of-pie and bar-of-pie charts, returns or sets the space between the primary and secondary sections of the chart. Read/write 64-bit signed integer. | |
Has3DShading | true if a chart group has three-dimensional shading. Read/write Boolean value. | |
HasDropLines | true if the line chart or area chart has drop lines. Read/write Boolean value. | |
HasHiLoLines | true if the line chart has high-low lines. Read/write Boolean value. | |
HasRadarAxisLabels | true if a radar chart has axis labels. Read/write Boolean value. | |
HasSeriesLines | true if a stacked column chart or bar chart has series lines or if a pie-of-pie chart or bar-of-pie chart has connector lines between the two sections. Read/write Boolean value. | |
HasUpDownBars | true if a line chart has up and down bars. Read/write Boolean value. | |
HiLoLines | Returns the high-low lines for a series on a line chart. Read-only HiLoLines. | |
Index | Returns the index number of the object within the collection of similar objects. Read-only 64-bit signed integer. | |
Overlap | Specifies how bars and columns are positioned. Read/write 64-bit signed integer. | |
Parent | Returns the parent for the specified object. Read-only. | |
RadarAxisLabels | Returns the radar axis labels for the specified chart group. Read-only TickLabels. | |
SecondPlotSize | Returns or sets the size, as a percentage of the primary pie, of the secondary section of either a pie-of-pie chart or a bar-of-pie chart. Read/write 64-bit signed integer. | |
SeriesLines | Returns the series lines for a 2-D stacked bar, 2-D stacked column, pie-of-pie, or bar-of-pie chart. Read-only SeriesLines. | |
ShowNegativeBubbles | true if negative bubbles are shown for the chart group. Read/write Boolean value. | |
SizeRepresents | Returns or sets what the bubble size represents on a bubble chart. Read/write 64-bit signed integer. | |
SplitType | Returns or sets the way the two sections of either a pie-of-pie chart or a bar-of-pie chart are split. Read/write XlChartSplitType. | |
SplitValue | Returns or sets the threshold value separating the two sections of either a pie-of-pie chart or a bar-of-pie chart. Read/write. | |
Subtype | Reserved for internal use. | |
Type | Reserved for internal use. | |
UpBars | Returns the up bars on a line chart. Read-only UpBars. | |
VaryByCategories | true if Microsoft PowerPoint assigns a different color or pattern to each data marker. Read/write Boolean value. |
Top
Methods
Name | Description | |
---|---|---|
SeriesCollection | Returns all the series in the chart group. |
Top