ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Series Class / GetChartType Method

In This Topic
    GetChartType Method (Series)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetChartType() As System.Nullable(Of ChartType)
    protected virtual System.Nullable<ChartType> GetChartType()
    See Also