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

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