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


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