ComponentOne FinancialChart for WPF
C1.WPF.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)
    'Usage
     
    
    Dim instance As Series
    Dim value As Nullable(Of ChartType)
     
    value = instance.GetChartType()
    protected virtual Nullable<ChartType> GetChartType()
    protected:
    virtual Nullable<ChartType> GetChartType(); 
    See Also