Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 399 Bytes

7a8ea56d-1b39-cc70-1fbc-7d1a488b1aba.md

File metadata and controls

19 lines (10 loc) · 399 Bytes

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