ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / DataLabel Class / Angle Property

In This Topic
    Angle Property (DataLabel)
    In This Topic
    Gets or sets the label rotation angle.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("DataLabel.Angle", "Gets or sets the label rotation angle.")>
    Public Property Angle As Integer
    [C1Description("DataLabel.Angle", "Gets or sets the label rotation angle.")]
    public int Angle {get; set;}
    See Also