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


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