Share via


Interior Property

Interior property as it applies to the ChartSpace, ChChart, ChChartDraw, ChDataLabel, ChDataLabels, ChLegend, ChPlotArea, ChPoint, ChSegmentBoundary, ChSeries, ChSurface, and ChTitle objects.

Returns a ChInterior object that represents the interior of the specified object.

expression.Interior

*expression   * Required. An expression that returns one of the above objects.

Interior property as it applies to the Range and TitleBar objects.

Returns an Interior object that represents the interior of the specified object.

expression.Interior

*expression   * Required. An expression that returns one of the above objects.

Example

This example sets the interior color for the specified series.

ChartSpace1.Charts(0).SeriesCollection(0).Interior.Color = "red"

Applies to | ChartSpace Object | ChChart Object | ChChartDraw Object | ChDataLabel Object | ChDataLabels Object | ChLegend Object | ChPlotArea Object | ChPoint Object | ChSegmentBoundary Object | ChSeries Object | ChSurface Object | ChTitle Object | Range Object | TitleBar Object