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: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public class FunnelChart extends Chart

 Inheritance Hierarchy

java.lang.Object
    java.awt.Component
        java.awt.Container
            javax.swing.JComponent
                com.mindfusion.charting.swing.Dashboard
                    com.mindfusion.charting.swing.Chart
                        com.mindfusion.charting.swing.FunnelChart

 See Also