Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAxis Class / IntervalType Property

In This Topic
    IntervalType Property (ChartAxis)
    In This Topic
    Gets or sets the default unit for the Interval.
    Syntax
    'Declaration
     
    Public Property IntervalType As RdlEnum(Of ChartAxisIntervalType)
    public RdlEnum<ChartAxisIntervalType> IntervalType {get; set;}
    See Also