ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / TitleAngle Property

In This Topic
    TitleAngle Property (Axis)
    In This Topic
    Gets or sets the rotation angle of the axis title.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(NaN)>
    <C1DescriptionAttribute("Axis.TitleAngle", "Gets or sets the rotation angle of the axis title.")>
    Public Property TitleAngle As Double
    [DefaultValue(NaN)]
    [C1Description("Axis.TitleAngle", "Gets or sets the rotation angle of the axis title.")]
    public double TitleAngle {get; set;}
    Remarks
    The angle is measured in degrees.
    See Also