FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartLabel Class / RotationOverride Property

In This Topic
    RotationOverride Property (ChartLabel)
    In This Topic
    Gets or sets the rotation angle of the label, in degrees. Overrides the Rotation value set in the style.
    Syntax
    'Declaration
     
    Public Property RotationOverride As Integer
    public int RotationOverride {get; set;}
    Remarks
    2D Chart only. Applies only to label with Compass values other than Radial and RadialText. Only nonzero values are applied.
    See Also