A
treemap displays
your data as a set of rectangles (called tiles). Each tile represents
a category or a hierarchy node. The color of each tile represents
the value of the first measure. The size of each tile represents the
value of the second measure. (There are two data roles for measures
in a treemap—
Size and
Color.) For
example, a sales data treemap might have tile sizes that represent
the number of orders, and it might have tile colors that are derived
from color gradients that represent sales.
The layout of the tiles
in the treemap is dependent on the size of the display area because
it uses a space-filling algorithm to lay the tiles down. This means
that the same treemap might appear slightly different in the designer
than it does in the viewer or on a mobile device because the aspect
ratio and size available in those viewers might be different from
what the original report designer sees in the designer.
Note: Treemaps allow only one category
data item or hierarchy data item.