Description
Represents the floor of a 3-D chart.
Accessors
The Floor property returns the floor for the specified chart. The following example sets the floor color for embedded chart one on the worksheet named "Sheet1." The example will fail if the chart is not a 3-D chart.
Worksheets("sheet1").ChartObjects(1).Activate ActiveChart.Floor.Interior.Color = RGB(0, 255, 255)
Properties
Application Property, Border Property, Creator Property, Interior Property, Name Property, Parent Property.
Methods
ClearFormats Method, Select Method.