FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / ChartOptions Class / FunnelNeckHeight Property

In This Topic
    FunnelNeckHeight Property (ChartOptions)
    In This Topic
    Gets or sets the neck height as percentage for the Funnel chart.
    Syntax
    'Declaration
     
    Public Property FunnelNeckHeight As Double
    public double FunnelNeckHeight {get; set;}
    Remarks
    NeckHeight doesn't work if ChartOptions.FunnelType is set to C1.Chart.FunnelChartType.Rectangle
    See Also