Applies To
Chart Object.
Description
Returns a Floor object that represents the floor of the 3-D chart. Read-only.
For help about using the Floor worksheet function in Visual Basic, see Using Worksheet Functions in Visual Basic.
Example
This example sets the chart floor color of Chart1 to blue. The example should be run on a 3-D chart (the Floor property fails on 2-D charts).
Charts("Chart1").Floor.Interior.ColorIndex = 5