ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / FibonacciFans Class / GetChartType Method



In This Topic
    GetChartType Method (FibonacciFans)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetChartType() As Nullable(Of ChartType)
    'Usage
     
    
    Dim instance As FibonacciFans
    Dim value As Nullable(Of ChartType)
     
    value = instance.GetChartType()
    protected override Nullable<ChartType> GetChartType()
    protected:
    Nullable<ChartType> GetChartType(); override 
    See Also