Syntax

expression.Floor

expression An expression that returns a Chart object.

Return Value
Floor

Example

This example sets the floor color of Chart1 to blue. The example should be run on a 3-D chart (the Floor property fails on 2-D charts).

Visual Basic for Applications
Charts("Chart1").Floor.Interior.ColorIndex = 5
Change a floor's properties? Floor Floor Property Manipulate the floor of a 3d chart?

See also: