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



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