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

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

This is System.Color.AutomaticFill by default.

Setting BackgroundColor to null will throw an ArgumentException.