ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAxis Class / Interval Property

In This Topic
    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