Fill Property

Applies To

AxisTitle object, ChartArea object, ChartTitle object, DataLabel object, DataLabels collection object, DownBars object, Floor object, Legend object, LegendKey object, PlotArea object, Point object, Series object, UpBars object, Walls object.

Description

Returns a ChartFillFormat object that contains fill formatting properties for the specified chart. Read-only.

Example

This example sets the fill format for the chart to the preset brass color.

With myChart.ChartArea.Fill
    .Visible = True
    .PresetGradient msoGradientDiagonalDown, 3, msoGradientBrass
End With