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

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

    Default: Auto. Interval unit is derived automatically based on the data plotted against the axis.

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