Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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
     
    
    <Foundation.ExportAttribute("Rotated")>
    <BrowsableAttribute(True)>
    Public Property Rotated As Boolean
    'Usage
     
    
    Dim instance As FlexChart
    Dim value As Boolean
     
    instance.Rotated = value
     
    value = instance.Rotated
    [Foundation.Export("Rotated")]
    [Browsable(true)]
    public bool Rotated {get; set;}
    See Also