Gets or sets the interval of the value scale lines of the graph.
[Visual Basic]
Public Property ValueScaleLineInterval As Single
[C#]
public float ValueScaleLineInterval {get; set;}
Property Value
Value that indicates the interval of the value scale lines.
Example
How to set the interval of the value scale lines as 20.
graphBuild.ValueScaleLineInterval = 20F
graphBuild.ValueScaleLineInterval = 20F;
See Also
AwGraphBuild Class | Asterworld.Graph Namespace