ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TreeMapType Enumeration

In This Topic
    TreeMapType Enumeration
    In This Topic
    Specifies the tree map type.
    Syntax
    'Declaration
     
    Public Enum TreeMapType 
       Inherits System.Enum
    public enum TreeMapType : System.Enum 
    Members
    MemberDescription
    HorizontalShows horizontal squarified tree map.
    SquarifiedShows squarified tree map.
    VerticalShows vertical squarified tree map.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.TreeMapType

    See Also