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

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