A collection of [[ComboChartGroup]] objects for a [[WorksheetChart]]

ComboChartGroupCollection

new ComboChartGroupCollection(a: IChartObject): ComboChartGroupCollection

Returns ComboChartGroupCollection

$t: Type

Inherited from: ChartObject

Returns the owning chart (read-only)

get chart(): WorksheetChart

Returns WorksheetChart

Returns the number of items in the collection (read-only)

get count(): number

Returns number

Determines if the collecion can be modified (read-only)

get isReadOnly(): boolean

Returns boolean

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

Inherited from: ChartObject

The owning sheet (read-only)

get sheet(): Sheet

Returns Sheet

Inherited from: ChartObject

The owning workbook (read-only)

get workbook(): Workbook

Returns Workbook

Inherited from: ChartObject

The owning worksheet (read-only)

get worksheet(): Worksheet

Returns Worksheet

Creates a new [[ComboChartGroup]], or returns an existing one, which matches the specified 'chartType' and 'axisGroup'.

add(chartType: ChartType, axisGroup: AxisGroup): ComboChartGroup

Parameters

  • chartType: ChartType

    A [[ChartType]] constant which identifies the combo chart group.

  • axisGroup: AxisGroup

    An [[AxisGroup]] constant which identifies the combo chart group.

Returns ComboChartGroup

Clears the collection.

clear(): void

Returns void

getEnumerator(): any

Returns any

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

Removes the specified [[ComboChartGroup]] from this collection.

remove(chartType: ChartType, axisGroup: AxisGroup): boolean

Parameters

  • chartType: ChartType

    A [[ChartType]] constant which identifies the combo chart group.

  • axisGroup: AxisGroup

    An [[AxisGroup]] constant which identifies the combo chart group.

Returns boolean

staticInit(): void

Returns void