Share via


Floor Object

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Chart
Aa189468.parchild(en-us,office.10).gifFloor
Aa189468.space(en-us,office.10).gifAa189468.parchild(en-us,office.10).gif

Represents the floor of the specified 3-D chart.

Using the Floor Object

Use the Floor property to return the Floor object. The following example sets the floor color for the chart to cyan. If the chart isn't a 3-D chart, this example will fail.

  myChart.Floor.Interior.Color = RGB(0, 255, 255)