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

See

[[WorksheetChart.comboChartGroups]]

Hierarchy

Hierarchy (view full)

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): 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): void
  • Parameters

    Returns void

  • get doughnutHoleSize(): 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 number

  • set doughnutHoleSize(a): void
  • Parameters

    • a: number

    Returns void

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

  • set firstSliceAngle(a): void
  • Parameters

    • a: number

    Returns void

  • get gapWidth(): 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 number

  • set gapWidth(a): void
  • Parameters

    • a: 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(): 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 number

  • set seriesOverlap(a): void
  • Parameters

    • a: 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

  • Returns Base

  • 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