ComponentOne FinancialChart for WPF
C1.Chart Namespace / TreeMapType Enumeration



In This Topic
    TreeMapType Enumeration
    In This Topic
    Specifies the treemap type.
    Syntax
    'Declaration
     
    
    Public Enum TreeMapType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TreeMapType
    public enum TreeMapType : System.Enum 
    public enum class TreeMapType : public System.Enum 
    Members
    MemberDescription
    HorizontalShows horizontal squarified treemap.
    SquarifiedShows squarified treemap.
    VerticalShows vertical squarified treemap.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.TreeMapType

    See Also