Floor object (Excel)
Represents the floor of a 3D chart.
Example
Use the Floor property of the Chart object to return the Floor object. The following example sets the floor color for embedded chart one to cyan. The example will fail if the chart isn't a 3D chart.
Worksheets("sheet1").ChartObjects(1).Activate
ActiveChart.Floor.Interior.Color = RGB(0, 255, 255)
Methods
Properties
See also
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.