Gets or sets the width of the value scale lines of the graph.
[Visual Basic]
Public Property ValueScaleLineWidth As Integer
[C#]
public int ValueScaleLineWidth {get; set;}
Property Value
Value that indicates the width of the value scale 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 value scale lines as 1 pixel.
graphBuild.ValueScaleLineWidth = 1
graphBuild.ValueScaleLineWidth = 1;
See Also
AwGraphBuild Class | Asterworld.Graph Namespace