Gets or sets the width of the series lines (polygonal lines) of the graph.
[Visual Basic]
Public Property SeriesLineWidth As Integer
[C#]
public int SeriesLineWidth {get; set;}
Property Value
Value that indicates the width of the series lines (polygonal 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 series lines as 1 pixel.
awGraph1.SeriesLineWidth = 1
awGraph1.SeriesLineWidth = 1;
See Also
AwGraph Class | Asterworld.Graph Namespace