A collection of [[ComboChartGroup]] objects for a [[WorksheetChart]]
Constructors
Section titled "Constructors"ComboChartGroupCollection
new ComboChartGroupCollection(a: IChartObject): ComboChartGroupCollection Returns ComboChartGroupCollection
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"chart
Section titled "chart"Inherited from: ChartObject
count
Section titled "count"Returns the number of items in the collection (read-only)
get count(): number Returns number
isReadOnly
Section titled "isReadOnly"Determines if the collecion can be modified (read-only)
get isReadOnly(): boolean Returns boolean
owner
Section titled "owner"Inherited from: ChartObject
returns this object's owner. (read-only) The owner or null if this object is owned directly by the Chart
get owner(): ChartObject Returns ChartObject
sheet
Section titled "sheet"Inherited from: ChartObject
workbook
Section titled "workbook"Inherited from: ChartObject
worksheet
Section titled "worksheet"Inherited from: ChartObject
Methods
Section titled "Methods"Creates a new [[ComboChartGroup]], or returns an existing one, which matches the specified 'chartType' and 'axisGroup'.
add(chartType: ChartType, axisGroup: AxisGroup): ComboChartGroup Parameters
- chartType:
ChartTypeA [[ChartType]] constant which identifies the combo chart group.
- axisGroup:
AxisGroupAn [[AxisGroup]] constant which identifies the combo chart group.
Returns ComboChartGroup
clear
Section titled "clear"Clears the collection.
clear(): void Returns void
getEnumerator
Section titled "getEnumerator"getEnumerator(): any Returns any
getEnumeratorObject
Section titled "getEnumeratorObject"getEnumeratorObject(): any Returns any
Returns the [[ComboChartGroup]] instance associated with the specified 'chartType' and 'axisGroup', or null if no such instance exists.
item(a: ChartType, b: AxisGroup): ComboChartGroup Parameters
Returns ComboChartGroup
remove
Section titled "remove"Removes the specified [[ComboChartGroup]] from this collection.
remove(chartType: ChartType, axisGroup: AxisGroup): boolean Parameters
- chartType:
ChartTypeA [[ChartType]] constant which identifies the combo chart group.
- axisGroup:
AxisGroupAn [[AxisGroup]] constant which identifies the combo chart group.
Returns boolean
staticInit
Section titled "staticInit"staticInit(): void