Visible Property
Applies To
Application object, ChartFillFormat object.
Description
True if the specified object is visible. Read/write Boolean or Long.
Example
This example formats the chart's fill with a preset gradient and then makes the fill visible.
With myChart.ChartArea.Fill
.Visible = True
.PresetGradient msoGradientDiagonalDown, _
3, msoGradientBrass
End With