Floor Object
Description
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)
Properties
Application property, Border property, Creator property, Fill property, Interior property, Name property, Parent property, PictureType property.
Methods
ClearFormats method.