Interior Object

Multiple objects
Interior

Represents the interior of the specified object.

Using the Interior Object

Use the Interior property to return the Interior object. The following example sets the chart area color to gray and the plot area color to green.

With myChart
    .PlotArea.Interior.Color = RGB(0, 100, 150)
    .ChartArea.Interior.Color = RGB(50, 10, 50)
End With

Properties | Application Property | Color Property | ColorIndex Property | Creator Property | InvertIfNegative Property | Parent Property | Pattern Property | PatternColor Property | PatternColorIndex Property

Parent Objects | AxisTitle Object | ChartArea Object | ChartTitle Object | DataLabel Object | DataLabels Collection | DisplayUnitLabel Object | DownBars Object | Floor Object | Legend Object | LegendKey Object | PlotArea Object | Point Object | Series Object | UpBars Object | Walls Object

Child Objects