ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartGridLines Class / Interval Property

In This Topic
    Interval Property (ChartGridLines)
    In This Topic
    Gets or sets the interval between gridlines.

    Default (0) uses ChartAxis.Interval.

    Syntax
    'Declaration
     
    Public Property Interval As RdlFloat
    public RdlFloat Interval {get; set;}
    See Also