BackColor Property (Chart2DPlotArea)
In This Topic
Gets or sets the background color of the plot area. Inherits from the chart area.
Syntax
'Declaration
Public Property BackColor As System.Drawing.Color
public System.Drawing.Color BackColor {get; set;}
See Also