ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / FunnelChartType Enumeration

In This Topic
    FunnelChartType Enumeration
    In This Topic
    Specifies the type of Funnel Chart.
    Syntax
    'Declaration
     
    Public Enum FunnelChartType 
       Inherits System.Enum
    public enum FunnelChartType : System.Enum 
    Members
    MemberDescription
    DefaultShows trapezoid chart.
    RectangleShows bar chart.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.FunnelChartType

    See Also