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

UpDownBar

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

Returns UpDownBar

$t: Type
border: ChartBorder
fill: ChartFillBase

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

get barType(): UpDownBarType

Returns UpDownBarType

Inherited from: ChartObject

Returns the owning chart (read-only)

get chart(): WorksheetChart

Returns WorksheetChart

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