Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / FlexChart Class / RotationY Property


In This Topic
    RotationY Property (FlexChart)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property RotationY As Double
    'Usage
     
    
    Dim instance As FlexChart
    Dim value As Double
     
    instance.RotationY = value
     
    value = instance.RotationY
    public double RotationY {get; set;}
    See Also