Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartSeries Class / Style Property


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