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

In This Topic
    FunnelType Property (ChartOptions)
    In This Topic
    Gets or sets the type of funnel chart.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ChartOptions.FunnelType", "Gets or sets the type of funnel chart.")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property FunnelType As FunnelChartType
    [C1Description("ChartOptions.FunnelType", "Gets or sets the type of funnel chart.")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public FunnelChartType FunnelType {get; set;}
    See Also