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


In This Topic
    Rotated Property
    In This Topic
    Gets or sets a value indicating whether the chart is rotated.
    Syntax
    'Declaration
     
    
    Public Property Rotated As Boolean
    'Usage
     
    
    Dim instance As FlexChart
    Dim value As Boolean
     
    instance.Rotated = value
     
    value = instance.Rotated
    public bool Rotated {get; set;}
    See Also