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

In This Topic
    RotationOverride Property
    In This Topic
    Gets or sets the rotation angle in degrees of the label, overriding the Rotation value set in the style. Applies only to label with Compass values other than Radial and RadialText. Only non-zero values are applied.
    Syntax
    'Declaration
     
    Public Property RotationOverride As System.Integer
    public System.int RotationOverride {get; set;}
    See Also