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


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