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.

Wall

new Wall(a: IChartObject, b: WallType): Wall

Returns Wall

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

get border(): ChartBorder

Returns ChartBorder

set border(a: ChartBorder): void

Parameters

Returns void

Inherited from: ChartObject

Returns the owning chart (read-only)

get chart(): WorksheetChart

Returns WorksheetChart

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

get fill(): ChartFillBase

Returns ChartFillBase

set fill(a: ChartFillBase): void

Parameters

Returns void

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

The thickness of the wall

get thickness(): number

Returns number

set thickness(a: number): void

Parameters

  • a: number

Returns void

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

get type(): WallType

Returns WallType

set type(a: WallType): void

Parameters

Returns void

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