Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis Class / LabelAngle Property


In This Topic
    LabelAngle Property
    In This Topic
    Gets or sets the rotation angle of axis annotations.
    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;}
    See Also