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

In This Topic
    AllowLabelRotation Property
    In This Topic
    Gets or sets the step by which axis labels can be incrementally rotated to fit within the chart.

    Default: ChartAllowLabelRotation.Rotate90.

    Syntax
    'Declaration
     
    Public Property AllowLabelRotation As RdlEnum(Of ChartAllowLabelRotation)
    public RdlEnum<ChartAllowLabelRotation> AllowLabelRotation {get; set;}
    See Also