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