ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartAxis Class / LabelIntervalOffsetType Property

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