Quantcast
Channel: Developer Express Inc.
Viewing all articles
Browse latest Browse all 2370

WPF Tree Map Control (Coming soon in v15.2)

$
0
0

Our upcoming release will include a new WPF TreeMap Control - a powerful way to visualize hierarchical or flat data using nested rectangles. If you are not familiar with TreeMaps and their possible use-cases, the following Wikipedia article provides a good background on TreeMaps.

WPF Tree Map Control

Appearance and Behavior Customization

As you'd expect, our WPF TreeMap allows you to specify the layout algorithm used to arrange tree map items. The following options are supported out of the box.

AlgorithmExample
Slice and Dice
 
WPF Tree Map Slice & Dice
Squarified
 
WPF Tree Map Squarified
Striped
 
WPF Tree Map Striped

Should your needs dictate a different layout algorithm, you can design derivatives as needed. 

With the use of Colorizers, you can specify TreeMap colors automatically. The list below includes all colorizers shipped with the Tree Map.

ColorizerExample
Palette
 
WPF Tree Map Palette Colorizer
Gradient
 
WPF Tree Map Gradient Colorizer
Group Gradient
 
WPF Tree Map Group Gradient Colorizer
Range
 
WPF Tree Map Range Colorizer


Just like layout algorithms, you can implement your custom colorizer when needed.

Finally, the TreeMap control supports interactivity features, such as selection, highlighting and tooltips.

WPF Tree Map Control - Tooltip

=========================

We'd love to hear your thoughts on this new WPF product. Let us know what you think.



Viewing all articles
Browse latest Browse all 2370

Trending Articles