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