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
Public property 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.
Public property AxisGroup Returns the type of axis group. Read/write XlAxisGroup.
Public property BubbleScale Returns or sets the scale factor for bubbles in the specified chart group. Read/write 64-bit signed integer.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only.
Public property DoughnutHoleSize Returns or sets the size of the hole in a doughnut chart group. Read/write 64-bit signed integer.
Public property DownBars Returns the down bars on a line chart. Read-only DownBars.
Public property DropLines Returns the drop lines for a series on a line chart or area chart. Read-only DropLines.
Public property 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.
Public property 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.
Public property Has3DShading true if a chart group has three-dimensional shading. Read/write Boolean value.
Public property HasDropLines true if the line chart or area chart has drop lines. Read/write Boolean value.
Public property HasHiLoLines true if the line chart has high-low lines. Read/write Boolean value.
Public property HasRadarAxisLabels true if a radar chart has axis labels. Read/write Boolean value.
Public property 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.
Public property HasUpDownBars true if a line chart has up and down bars. Read/write Boolean value.
Public property HiLoLines Returns the high-low lines for a series on a line chart. Read-only HiLoLines.
Public property Index Returns the index number of the object within the collection of similar objects. Read-only 64-bit signed integer.
Public property Overlap Specifies how bars and columns are positioned. Read/write 64-bit signed integer.
Public property Parent Returns the parent for the specified object. Read-only.
Public property RadarAxisLabels Returns the radar axis labels for the specified chart group. Read-only TickLabels.
Public property 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.
Public property 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.
Public property ShowNegativeBubbles true if negative bubbles are shown for the chart group. Read/write Boolean value.
Public property SizeRepresents Returns or sets what the bubble size represents on a bubble chart. Read/write 64-bit signed integer.
Public property 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.
Public property 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.
Public property Subtype Reserved for internal use.
Public property Type Reserved for internal use.
Public property UpBars Returns the up bars on a line chart. Read-only UpBars.
Public property VaryByCategories true if Microsoft PowerPoint assigns a different color or pattern to each data marker. Read/write Boolean value.

Top

Methods

  Name Description
Public method SeriesCollection Returns all the series in the chart group.

Top

See Also

Reference

ChartGroup Interface

Microsoft.Office.Interop.PowerPoint Namespace