MAUI | ComponentOne
C1.Maui.Chart Assembly / C1.Maui.Chart Namespace / ChartOptions Class / FunnelNeckHeight Property
In This Topic
    FunnelNeckHeight Property
    In This Topic
    Gets or sets the neck height as percentage for the Funnel chart.
    Syntax
    public double FunnelNeckHeight {get; set;}
    Remarks
    NeckHeight doesn't work if FunnelType is set to C1.Chart.FunnelChartType.Rectangle
    See Also