Syntax

expression.Patterned(Pattern)

expression An expression that returns a ChartFillFormat object.

Parameters

Name Required/Optional Data Type Description
Pattern Required MsoPatternType The type of pattern.

Example
This example sets the fill pattern for chart one.

Visual Basic for Applications
With Charts(1).ChartArea.Fill .Patterned msoPatternDiagonalBrick .Visible = True End With