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

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

    Default: ChartAxisIntervalType.Default, which in this case means ChartAxis.IntervalType.

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