Floor Object [Excel 2003 VBA Language Reference]
Chart Floor Multiple objects |
Represents the floor of a 3-D chart
Using the Floor Object
Use the Floor property 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 3-D chart.
Worksheets("sheet1").ChartObjects(1).Activate
ActiveChart.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 | Paste Method | Select Method
Parent Objects | Chart Object
Child Objects | Border Object | ChartFillFormat Object | Interior Object