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

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