Sets or returns the foreground color of the specified chart region.

 public Color ForegroundColor{ get; set; }
Public Property ForegroundColor() As Color

This is System.Color.AutomaticFill by default.

Setting ForegroundColor to null with throw an ArgumentException.