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 Accessors
Section titled "Accessors"border
Section titled "border"Determines the appearance of the border drawn around the text area, as well as whether a border appears.
get border(): ChartBorder
Returns ChartBorder
chart
Section titled "chart"Inherited from: ChartObject
Returns or sets a [[ChartFillBase]] derived object which defines the fill for this series.
get fill(): ChartFillBase
Returns ChartFillBase
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
thickness
Section titled "thickness"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
workbook
Section titled "workbook"Inherited from: ChartObject
worksheet
Section titled "worksheet"Inherited from: ChartObject