Chart.Floor property (Excel)

Returns a Floor object that represents the floor of the 3D chart. Read-only.

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 3D chart (the Floor property fails on 2D charts).

Charts("Chart1").Floor.Interior.ColorIndex = 5

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.