Represents the bars which depict gain or loss on a stock chart.

Hierarchy

Hierarchy (view full)

Constructors

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

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

    See

    [[owner]]

    Returns WorksheetChart

  • get downBar(): UpDownBar
  • Returns an [[UpDownBar]] instance which controls the appearance of the down bars for a stock chart.

    See

    • [[downBar]]
    • [[WorksheetChart.upDownBars]]
    • [[WorksheetChart.highLowLines]]

    Returns UpDownBar

  • get gapWidth(): number
  • Specifies the width of the gap between bars.

    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 sheet(): Sheet
  • The owning sheet (read-only)

    Returns Sheet

  • get upBar(): UpDownBar
  • Returns an [[UpDownBar]] instance which controls the appearance of the up bars for a stock chart.

    See

    • [[upBar]]
    • [[WorksheetChart.upDownBars]]
    • [[WorksheetChart.highLowLines]]

    Returns UpDownBar

  • 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