Fill Property

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

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