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


In This Topic
    LegendOrientation Property
    In This Topic
    Gets or sets the legend orientation.
    Syntax
    'Declaration
     
    
    Public Property LegendOrientation As Orientation
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As Orientation
     
    instance.LegendOrientation = value
     
    value = instance.LegendOrientation
    public Orientation LegendOrientation {get; set;}
    See Also