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

In This Topic
    IntervalType Property (ChartGridLines)
    In This Topic
    Gets or sets units for the ChartGridLines.Interval.

    Default: ChartAxisIntervalType.Default, in which case ChartAxis.IntervalType is used.

    Syntax
    'Declaration
     
    Public Property IntervalType As RdlEnum(Of ChartAxisIntervalType)
    public RdlEnum<ChartAxisIntervalType> IntervalType {get; set;}
    See Also