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

UpDownBars

new UpDownBars(): UpDownBars

Returns UpDownBars

$t: Type
gapWidth: number

Inherited from: ChartObject

Returns the owning chart (read-only)

get chart(): WorksheetChart

Returns WorksheetChart

Returns an [[UpDownBar]] instance which controls the appearance of the down bars for a stock chart.

get downBar(): UpDownBar

Returns UpDownBar

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

Inherited from: ChartObject

The owning sheet (read-only)

get sheet(): Sheet

Returns Sheet

Returns an [[UpDownBar]] instance which controls the appearance of the up bars for a stock chart.

get upBar(): UpDownBar

Returns UpDownBar

Inherited from: ChartObject

The owning workbook (read-only)

get workbook(): Workbook

Returns Workbook

Inherited from: ChartObject

The owning worksheet (read-only)

get worksheet(): Worksheet

Returns Worksheet