PatternColor Property

Returns or sets the color of the interior pattern as an RGB value. Read/write Variant.

expression.PatternColor

Example

This example sets the color of the interior pattern for the chart area.

  myChart.ChartArea.Interior.PatternColor = RGB(255,0,0)

See Also