Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartSeries Class / SymbolStyle Property


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