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

Inheritance

constructor

public UpDownBars()

Returns UpDownBars

Inherited from: ChartObject

Returns the owning chart (read-only)

public WorksheetChart Chart { get; }

Inherited from: ChartObject

returns this object's owner. (read-only)

public ChartObject Owner { get; }

Inherited from: ChartObject

The owning sheet (read-only)

public Sheet Sheet { get; }

Inherited from: ChartObject

The owning workbook (read-only)

public Workbook Workbook { get; }

Inherited from: ChartObject

The owning worksheet (read-only)

public Worksheet Worksheet { get; }

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

public UpDownBar DownBar { get; }

Specifies the width of the gap between bars.

public int GapWidth { get; set; }

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

public UpDownBar UpBar { get; }