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


In This Topic
    SymbolMarker Property
    In This Topic
    Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
    Syntax
    'Declaration
     
    
    Public Property SymbolMarker As ChartMarkerType
    'Usage
     
    
    Dim instance As ChartSeries
    Dim value As ChartMarkerType
     
    instance.SymbolMarker = value
     
    value = instance.SymbolMarker
    public ChartMarkerType SymbolMarker {get; set;}
    See Also