Represents the bars which depict gain or loss on a stock chart.
Constructors
Section titled "Constructors"UpDownBars
new UpDownBars(): UpDownBars Returns UpDownBars
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"chart
Section titled "chart"Inherited from: ChartObject
downBar
Section titled "downBar"Returns an [[UpDownBar]] instance which controls the appearance of the down bars for a stock chart.
get downBar(): UpDownBar
Returns UpDownBar
gapWidth
Section titled "gapWidth"Specifies the width of the gap between bars.
get gapWidth(): number
Returns number
set gapWidth(a: number): void Parameters
- a:
number
Returns void
owner
Section titled "owner"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
sheet
Section titled "sheet"Inherited from: ChartObject
upBar
Section titled "upBar"Returns an [[UpDownBar]] instance which controls the appearance of the up bars for a stock chart.
get upBar(): UpDownBar
Returns UpDownBar
workbook
Section titled "workbook"Inherited from: ChartObject
worksheet
Section titled "worksheet"Inherited from: ChartObject