Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartBase Class / LegendOrientation Property


In This Topic
    LegendOrientation Property
    In This Topic
    Gets or sets the legend orientation.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("LegendOrientation")>
    <BrowsableAttribute(True)>
    Public Property LegendOrientation As Orientation
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As Orientation
     
    instance.LegendOrientation = value
     
    value = instance.LegendOrientation
    [Foundation.Export("LegendOrientation")]
    [Browsable(true)]
    public Orientation LegendOrientation {get; set;}
    See Also