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

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