FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DAxis Class / AnnoRotation Property

In This Topic
    AnnoRotation Property (Chart2DAxis)
    In This Topic
    Gets or sets the clockwise angle of rotation for the axis annotations, in degrees.
    Syntax
    'Declaration
     
    Public Property AnnoRotation As Integer
    public int AnnoRotation {get; set;}
    Remarks
    Rotations between +/- 30 to +/- 60 degrees are ideal for X-axis annotation when a large number of labels are desired.
    See Also