ComponentOne ASP.NET MVC Controls
TreeMapType Enumeration

C1.Web.Mvc Namespace : TreeMapType Enumeration
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

Reference

C1.Web.Mvc Namespace