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

In This Topic
    ChartPyramidValueType Enumeration
    In This Topic
    Specifies types of data represeted by a pyramid chart: linear height of the segment or it's surface.
    Syntax
    'Declaration
     
    Public Enum ChartPyramidValueType 
       Inherits System.Enum
    public enum ChartPyramidValueType : System.Enum 
    Members
    MemberDescription
    LinearLinear height is the data.
    SurfaceSurface is the data.
    Inheritance Hierarchy

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

    See Also