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

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