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


In This Topic
    ChartType Property (ChartSeries)
    In This Topic
    Gets or sets the series chart type.
    Syntax
    'Declaration
     
    
    Public Property ChartType As Nullable(Of ChartType)
    'Usage
     
    
    Dim instance As ChartSeries
    Dim value As Nullable(Of ChartType)
     
    instance.ChartType = value
     
    value = instance.ChartType
    public Nullable<ChartType> ChartType {get; set;}
    See Also