In This Topic
TreeMap for ASP.NET Web Forms allows you to represent hierarchical data in a limited rectangular region. The area of the TreeMap is divided into sub-regions according to values assigned to each region. TreeMap is a highly customizable control and provides various options and color schemes for efficient visualization of data.
TreeMap
Key Features
- Region Types: Regions can be in the form of squares, vertical rectangles or horizontal rectangles.
- Color Schemes: Different colors can be used to display different regions by setting the minColor, maxColor and midColor properties.
- Hierarchical Support: Upto N levels of data can be displayed in a single rectangular space.
- Data Binding: TreeMap control allows you to bind data using a .sitemap file or an XML file.
See Also