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

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