Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.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 
    Members
    MemberDescription
    Horizontal Shows horizontal squarified treemap.
    Squarified Shows squarified treemap.
    Vertical Shows vertical squarified treemap.
    Inheritance Hierarchy

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

    See Also