Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelArea Class / TextRotationAngle Property


In This Topic
    TextRotationAngle Property (LabelArea)
    In This Topic
    Gets or sets the rotation angle for the text.
    Syntax
    'Declaration
     
    
    Public Property TextRotationAngle As Integer
    'Usage
     
    
    Dim instance As LabelArea
    Dim value As Integer
     
    instance.TextRotationAngle = value
     
    value = instance.TextRotationAngle
    public int TextRotationAngle {get; set;}
    See Also