PatternColor Property From Microsoft Graph Visual Basic previous page next page expression.PatternColor expression Required. An expression that returns an Interior object.ExampleThis example sets the color of the interior pattern for the chart area.myChart.ChartArea.Interior.PatternColor = RGB(255,0,0)