ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Axis Class / LabelAngle Property



In This Topic
    LabelAngle Property
    In This Topic
    Gets or sets the angle of rotation for axis labels.
    Syntax
    'Declaration
     
    
    Public Property LabelAngle As Double
    'Usage
     
    
    Dim instance As Axis
    Dim value As Double
     
    instance.LabelAngle = value
     
    value = instance.LabelAngle
    public double LabelAngle {get; set;}
    public:
    property double LabelAngle {
       double get();
       void set (    double value);
    }
    See Also