Represents the walls and floor of a 3-D chart. This object isn't a collection. There's no object that represents a single wall; you must return all the walls as a unit.

Inheritance

object

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; }

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

public ChartBorder Border { get; set; }

Returns or sets a derived object which defines the fill for this series.

public ChartFillBase Fill { get; set; }

The thickness of the wall

public int Thickness { get; set; }

Returns the type of the wall, i.e., back, side, floor, or all.

public WallType Type { get; }