ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / AnnoAngle Property


In This Topic
    AnnoAngle Property
    In This Topic
    Gets or sets the rotation angle of axis annotations.
    Syntax
    'Declaration
     
    
    Public Property AnnoAngle As Double
    'Usage
     
    
    Dim instance As Axis
    Dim value As Double
     
    instance.AnnoAngle = value
     
    value = instance.AnnoAngle
    public double AnnoAngle {get; set;}
    See Also