ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / ChartOptions Class / FunnelType Property



In This Topic
    FunnelType Property
    In This Topic
    Gets or sets the type of Funnel chart.
    Syntax
    'Declaration
     
    
    Public Property FunnelType As FunnelChartType
    'Usage
     
    
    Dim instance As ChartOptions
    Dim value As FunnelChartType
     
    instance.FunnelType = value
     
    value = instance.FunnelType
    public FunnelChartType FunnelType {get; set;}
    public:
    property FunnelChartType FunnelType {
       FunnelChartType get();
       void set (    FunnelChartType value);
    }
    See Also