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