Search
FunnelChart Class
See Also
 






A control used to draw funnel charts. Funnel charts represent the stages of a process and show relative values or measurements associated with each stage.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public class FunnelChart : Chart

Visual Basic  Copy Code

Public Class FunnelChart
    Inherits Chart

 Inheritance Hierarchy

System.Object
    Microsoft.AspNetCore.Components.ComponentBase
        MindFusion.Charting.Blazor.Dashboard
            MindFusion.Charting.Blazor.Chart
                MindFusion.Charting.Blazor.FunnelChart

 See Also