Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Series Class / LabelRotationAngle Property


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