Exposes chart-level properties for [[Series]] which appear within a combo chart.

ComboChartGroup

new ComboChartGroup(a: ComboChartGroupCollection, b: ChartType, c: AxisGroup, d: boolean): ComboChartGroup

Returns ComboChartGroup

Returns the [[axisGroup]] value with which this instance was created.

get axisGroup(): AxisGroup

Returns AxisGroup

set axisGroup(a: AxisGroup): void

Parameters

Returns void

Inherited from: ChartObject

Returns the owning chart (read-only)

get chart(): WorksheetChart

Returns WorksheetChart

Returns the [[chartType]] value with which this instance was created.

get chartType(): ChartType

Returns ChartType

set chartType(a: ChartType): void

Parameters

Returns void

Returns or sets the size of the hole in a doughnut chart, expressed as a percentage of the size of the encompassing circle.

get doughnutHoleSize(): number | null

Returns number | null

set doughnutHoleSize(a: number | null): void

Parameters

  • a: number | null

Returns void

Returns or sets the angle, expressed in degrees which determines the origin of the first slice, as relative to the 12 o'clock position of the emcompassing circle.

get firstSliceAngle(): number | null

Returns number | null

set firstSliceAngle(a: number | null): void

Parameters

  • a: number | null

Returns void

Specifies the width of the gap between bars. Applicable only for bar/column charts.

get gapWidth(): number | null

Returns number | null

set gapWidth(a: number | null): void

Parameters

  • a: number | null

Returns void

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

Determines the amount by which intersecting [[Series]] overlap, expressed as a percentage of the bar size.

get seriesOverlap(): number | null

Returns number | null

set seriesOverlap(a: number | null): void

Parameters

  • a: number | null

Returns void

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

staticInit(): void

Returns void