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

In This Topic
    FunnelNeckWidth Property (ChartOptions)
    In This Topic
    Gets or sets the neck width for funnel chart.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ChartOptions.FunnelNeckWidth", "Gets or sets the neck width for funnel chart.")>
    <DefaultValueAttribute(0.2)>
    Public Property FunnelNeckWidth As Double
    [C1Description("ChartOptions.FunnelNeckWidth", "Gets or sets the neck width for funnel chart.")]
    [DefaultValue(0.2)]
    public double FunnelNeckWidth {get; set;}
    Remarks
    NeckWidth doesn't work if FunnelType is set to C1.Chart.FunnelChartType.Rectangle
    See Also