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.
Constructors
Section titled "Constructors"Wall
new Wall(a: IChartObject, b: WallType): Wall Returns Wall
Properties
Section titled "Properties"$t: Type border
Section titled "border"border: ChartBorder fill: ChartFillBase thickness
Section titled "thickness"thickness: number type: WallType Accessors
Section titled "Accessors"chart
Section titled "chart"Inherited from: ChartObject
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
workbook
Section titled "workbook"Inherited from: ChartObject
worksheet
Section titled "worksheet"Inherited from: ChartObject