Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarIndexAxis Class / TitleRotationAngle Property


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