Static
$tStatic
nextReturns the owning chart (read-only)
[[owner]]
Returns the number of items in the collection (read-only)
Determines if the collecion can be modified (read-only)
returns this object's owner. (read-only) The owner or null if this object is owned directly by the Chart
[[chart]]
Creates a new [[ComboChartGroup]], or returns an existing one, which matches the specified 'chartType' and 'axisGroup'.
This method returns an object which provides a way to set chart-specific properties for a [[Series]] that is displayed within a combo chart.
For example, to change the [[WorksheetChart.gapWidth]] property for each series associated with a bar chart contained within a combo chart, set the [[ComboChartGroup.gapWidth]] property of the instance returned from this method.
If a [[ComboChartGroup]] instance corresponding to the specified 'chartType' and 'axisGroup' already exists, that instance is returned; otherwise a new instance is created and that instance is returned.
[[NotSupportedException]] The specified 'chartType' is not supported within a combo chart.
See documentation for the WorksheetChart.
A [[ChartType]] constant which identifies the combo chart group.
An [[AxisGroup]] constant which identifies the combo chart group.
Returns the [[ComboChartGroup]] instance associated with the specified 'chartType' and 'axisGroup', or null if no such instance exists.
Removes the specified [[ComboChartGroup]] from this collection.
A [[ChartType]] constant which identifies the combo chart group.
An [[AxisGroup]] constant which identifies the combo chart group.
Removes the specified [[ComboChartGroup]] from this collection.
The [[ComboChartGroup]] instance to be removed.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
referenceStatic
static
A collection of [[ComboChartGroup]] objects for a [[WorksheetChart]]
This collection is used to apply chart-specific properties to [[Series]] which appear within a combo chart.
See