ComponentOne FinancialChart for WinForms
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
     
    
    <DefaultValueAttribute(0)>
    <C1DescriptionAttribute("Axis.LabelAngle", "Gets or sets the rotation angle of the axis labels.")>
    Public Property LabelAngle As Double
    [DefaultValue(0)]
    [C1Description("Axis.LabelAngle", "Gets or sets the rotation angle of the axis labels.")]
    public double LabelAngle {get; set;}
    Remarks
    The angle is measured in degrees with valid values ranging from -90 to 90.
    See Also