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