Funnel chart in ASP.NET Core Accumulation Chart Component
18 Nov 20181 minute to read
To render a funnel series, use the series type as Funnel.
Size
The size of the funnel chart can be customized by using the width and height properties.
Neck size
The funnel’s neck size can be customized by using the neckWidth and neckHeight properties.
Gap between the segments
Funnel chart provides options to customize the space between the segments by using the gapRatio property of the series. It ranges from 0 to 1.
Explode
Points can be exploded on mouse click by setting the explode property to true. You can also explode the point on load using explodeIndex. Explode distance can be set by using explodeOffset property.
Smart data label
It provides the data label smart arrangement of the funnel and pyramid series. The overlap data label will be placed on left side of the funnel or pyramid series.
Customization
Individual points can be customized using the pointRender event.
Mode
The Funnel chart supports both Standard and Trapezoidal modes of rendering. The default value of the FunnelMode is Standard.
Standard
The Standard funnel mode follows the traditional funnel shape, with the width continuously narrowing down to a point at the bottom.
Trapezoidal
The Trapezoidal mode is a modified funnel shape where the width narrows, but features a flattened or parallel section near the top, creating a trapezoidal appearance. This mode helps compare different data points more clearly while maintaining a funnel-like structure.