Gets or sets the graph area background color.
[Visual Basic]
Public Property GraphAreaBackColor As Color
[C#]
public System.Drawing.Color GraphAreaBackColor {get; set;}
Property Value
Value that indicates the graph area background color.
Example
How to set the graph area background color as white.
awGraph1.GraphAreaBackColor = Color.White
awGraph1.GraphAreaBackColor = Color.White;
See Also
AwGraph Class | Asterworld.Graph Namespace