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