C1.Web.Mvc Namespace / TreeMapType Enumeration

TreeMapType Enumeration
Specifies the tree map type.
Syntax
'Declaration
 
Public Enum TreeMapType 
   Inherits 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