FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / Axis Class / LabelAngle Property

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