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


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