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


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