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

See

WorksheetChart.comboChartGroups

Hierarchy

Hierarchy

Constructors

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

  • get axisGroup(): AxisGroup
  • Returns the axisGroup value with which this instance was created.

    Returns AxisGroup

  • set axisGroup(a: AxisGroup): void
  • Parameters

    Returns void

  • get chart(): WorksheetChart
  • Returns the owning chart (read-only)

    See

    owner

    Returns WorksheetChart

  • get chartType(): ChartType
  • Returns the chartType value with which this instance was created.

    Returns ChartType

  • set chartType(a: ChartType): void
  • Parameters

    Returns void

  • get doughnutHoleSize(): null | number
  • Returns or sets the size of the hole in a doughnut chart, expressed as a percentage of the size of the encompassing circle.

    This property is only applicable to doughnut charts.

    The valid range for this property is 0 through 90, inclusive.

    See

    WorksheetChart.doughnutHoleSize

    Returns null | number

  • set doughnutHoleSize(a: null | number): void
  • Parameters

    • a: null | number

    Returns void

  • get firstSliceAngle(): null | number
  • 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.

    This property is only applicable to pie and doughnut charts.

    The valid range for this property is between 0 and 360, inclusive.

    See

    WorksheetChart.firstSliceAngle

    Returns null | number

  • set firstSliceAngle(a: null | number): void
  • Parameters

    • a: null | number

    Returns void

  • get gapWidth(): null | number
  • Specifies the width of the gap between bars. Applicable only for bar/column charts.

    This property is only applicable for bar charts.

    The valid range for this property is between 0 and 500, inclusive.

    See

    WorksheetChart.gapWidth

    Returns null | number

  • set gapWidth(a: null | number): void
  • Parameters

    • a: null | number

    Returns void

  • get owner(): ChartObject
  • returns this object's owner. (read-only) The owner or null if this object is owned directly by the Chart

    See

    chart

    Returns ChartObject

  • get seriesOverlap(): null | number
  • Determines the amount by which intersecting Series overlap, expressed as a percentage of the bar size.

    This property is only applicable for bar charts.

    The valid range for this property is between -100 and 100, inclusive.

    See

    WorksheetChart.seriesOverlap

    Returns null | number

  • set seriesOverlap(a: null | number): void
  • Parameters

    • a: null | number

    Returns void

  • get sheet(): Sheet
  • The owning sheet (read-only)

    Returns Sheet

  • get workbook(): Workbook
  • The owning workbook (read-only)

    Returns Workbook

  • get worksheet(): Worksheet
  • The owning worksheet (read-only)

    Returns Worksheet

Methods

  • Parameters

    • other: any

    Returns boolean

  • Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns boolean

  • Parameters

    • a: any
    • b: any

    Returns boolean

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns number

  • Parameters

    • a: any
    • b: any

    Returns boolean

  • Returns void