ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartFunnelPyramidStyle Enumeration

In This Topic
    ChartFunnelPyramidStyle Enumeration
    In This Topic
    Specifies styles of Funnel and Pyramid charts.
    Syntax
    'Declaration
     
    Public Enum ChartFunnelPyramidStyle 
       Inherits System.Enum
    public enum ChartFunnelPyramidStyle : System.Enum 
    Members
    MemberDescription
    YIsHeightY is the height.
    YIsWidthY is the width.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ChartFunnelPyramidStyle

    See Also