Exposes chart-level properties for [[Series]] which appear within a combo chart.
Constructors
Section titled "Constructors"ComboChartGroup
new ComboChartGroup(a: ComboChartGroupCollection, b: ChartType, c: AxisGroup, d: boolean): ComboChartGroup Returns ComboChartGroup
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"axisGroup
Section titled "axisGroup"Returns the [[axisGroup]] value with which this instance was created.
get axisGroup(): AxisGroup
Returns AxisGroup
chart
Section titled "chart"Inherited from: ChartObject
chartType
Section titled "chartType"Returns the [[chartType]] value with which this instance was created.
get chartType(): ChartType
Returns ChartType
doughnutHoleSize
Section titled "doughnutHoleSize"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
firstSliceAngle
Section titled "firstSliceAngle"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
gapWidth
Section titled "gapWidth"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
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
seriesOverlap
Section titled "seriesOverlap"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
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"staticInit
Section titled "staticInit"staticInit(): void