Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Axis Class / LabelAngle Property

In This Topic
    LabelAngle Property
    In This Topic
    Gets or sets the rotation angle of the axis labels.
    Syntax
    'Declaration
     
    
    Public Property LabelAngle As Double
    public double LabelAngle {get; set;}
    Remarks
    The angle is measured in degrees with valid values ranging from -90 to 90.
    See Also