Gets or sets the width of the plot area border lines of the graph.
[Visual Basic]
Public Property PlotAreaBorderLineWidth As Integer
[C#]
public int PlotAreaBorderLineWidth {get; set;}
Property Value
Value that indicates the width of the plot area border lines. Unit to be used is pixel.
Remarks
If the value was set as 0, it is not drawn.
Example
How to set the width of the plot area border lines as 2 pixels.
awGraph1.PlotAreaBorderLineWidth = 2
awGraph1.PlotAreaBorderLineWidth = 2;
See Also
AwGraph Class | Asterworld.Graph Namespace