2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Axis Class / AnnotationRotation Property

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