Interval Property (ChartAxis)
In This Topic
Gets or sets the default interval between gridlines, tick marks and labels.
Default (0) means that the axis is autodivided.
Syntax
'Declaration
Public Property Interval As RdlFloat
public RdlFloat Interval {get; set;}
See Also