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