ChartFillFormat.Patterned Method
Sets the specified fill to a pattern.
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 |
|---|
|