Gets or sets the interval of the item labels of the graph.
[Visual Basic]
Public Property ItemLabelInterval As Integer
[C#]
public int ItemLabelInterval {get; set;}
Property Value
Value that indicates the interval of the item labels.
Example
How to set the interval of the item labels as 10.
awGraph1.ItemLabelInterval = 10
awGraph1.ItemLabelInterval = 10;
See Also
AwGraph Class | Asterworld.Graph Namespace