Patterned method (Excel Graph)

Sets a pattern for the specified fill.

Syntax

expression.Patterned (Pattern)

expression Required. An expression that returns one of the objects in the Applies To list.

Parameters

Name Required/Optional Data type Description
Pattern Required MsoPatternType The type of pattern. Can be one of the MsoPatternType constants.

Example

This example sets the fill pattern.

With myChart.ChartArea.Fill 
 .Patterned msoPatternDiagonalBrick 
 .Visible = True 
End With

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.