Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartDataLabel Class / Angle Property


In This Topic
    Angle Property
    In This Topic
    Gets or sets the value which indicates how to rotate angle of data labels.
    Syntax
    'Declaration
     
    
    Public Property Angle As Integer
    'Usage
     
    
    Dim instance As ChartDataLabel
    Dim value As Integer
     
    instance.Angle = value
     
    value = instance.Angle
    public int Angle {get; set;}
    See Also