Represents the bars which depict gain or loss on a stock chart.
Inheritance
object
Constructors
Section titled "Constructors"constructor
public UpDownBars() Returns UpDownBars
Properties
Section titled "Properties"Chart
Section titled "Chart"Inherited from: ChartObject
Returns the owning chart (read-only)
public WorksheetChart Chart { get; } Owner
Section titled "Owner"Inherited from: ChartObject
returns this object's owner. (read-only)
public ChartObject Owner { get; } Sheet
Section titled "Sheet"Inherited from: ChartObject
The owning sheet (read-only)
public Sheet Sheet { get; } Workbook
Section titled "Workbook"Inherited from: ChartObject
The owning workbook (read-only)
public Workbook Workbook { get; } Worksheet
Section titled "Worksheet"Inherited from: ChartObject
The owning worksheet (read-only)
public Worksheet Worksheet { get; } DownBar
Section titled "DownBar"Returns an instance which controls the appearance of the down bars for a stock chart.
public UpDownBar DownBar { get; } GapWidth
Section titled "GapWidth"Specifies the width of the gap between bars.
public int GapWidth { get; set; } UpBar
Section titled "UpBar"Returns an instance which controls the appearance of the up bars for a stock chart.
public UpDownBar UpBar { get; }