ComponentOne Reports for WPF
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 ChartAxis.IntervalOffset.
    Syntax
    'Declaration
     
    Public Property IntervalOffsetType As RdlEnum(Of ChartAxisIntervalType)
    public RdlEnum<ChartAxisIntervalType> IntervalOffsetType {get; set;}
    See Also