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

Hierarchy

Hierarchy (view full)

Implements

Constructors

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

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

    See

    [[owner]]

    Returns WorksheetChart

  • get count(): number
  • Returns the number of items in the collection (read-only)

    Returns number

  • get isReadOnly(): boolean
  • Determines if the collecion can be modified (read-only)

    Returns boolean

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

  • Returns EnumeratorWrapper<Axis>

  • Adds a new [[Axis]] into the collection with the specified type and groupo. Note: If there is an axis already in the collection of the type and group specified it will be replaced with the newly added one.

    Parameters

    • type: AxisType

      The type of the axis.

    • Optional group: AxisGroup

      The axis group, defaults to primary.

    Returns Axis

  • Clears the collection.

    Returns void

  • Parameters

    • other: any

    Returns boolean

  • Returns any

  • Returns any

  • Returns number

  • Indexer

    Parameters

    Returns Axis

  • Returns Base

  • Removes an axis from the collection.

    Parameters

    • type: AxisType

      The type of the axis.

    • group: AxisGroup

      The axis group, defaults to primary.

    Returns boolean

  • 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