Represents the bar which depicts gain or loss on a stock chart.

UpDownBar

new UpDownBar(a: UpDownBars, b: UpDownBarType): UpDownBar

Returns UpDownBar

Returns a value which identifies this instance as as up or down bar.

get barType(): UpDownBarType

Returns UpDownBarType

Determines the appearance of the border drawn around the bar, as well as whether a border appears.

get border(): ChartBorder

Returns ChartBorder

set border(a: ChartBorder): void

Parameters

Returns void

Inherited from: ChartObject

Returns the owning chart (read-only)

get chart(): WorksheetChart

Returns WorksheetChart

Returns or sets a [[ChartFillBase]] derived object which defines the fill properties for the bar.

get fill(): ChartFillBase

Returns ChartFillBase

set fill(a: ChartFillBase): void

Parameters

Returns void

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

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