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


In This Topic
    SymbolSize Property (ChartSeries)
    In This Topic
    Gets or sets the size(in pixels) of the symbols used to render this ChartSeries. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
    Syntax
    'Declaration
     
    
    Public Property SymbolSize As Integer
    'Usage
     
    
    Dim instance As ChartSeries
    Dim value As Integer
     
    instance.SymbolSize = value
     
    value = instance.SymbolSize
    public int SymbolSize {get; set;}
    See Also