[]
It displays hierarchical (tree-structured) data as a set of nested rectangles.
public class TreeMap<T> : FlexChartBase<T>, IHtmlString, ITemplate
| Name | Description |
|---|---|
| T |
Each branch of the tree is given a rectangle, which is then tiled with smaller rectangles representing sub-branches. A leaf node's rectangle has an area proportional to a specified dimension of the data. Often the leaf nodes are colored to show a separate dimension of the data.
| Name | Description |
|---|---|
| TreeMap(HtmlHelper, string) | Creates one TreeMap<T> instance. |
| Name | Description |
|---|---|
| Binding | Gets or sets the name of the property of the data item that contains the chart value. |
| BindingName | Gets or sets the name of the property containing name of the data item. It is used to show name of the node. |
| ChildItemsPath | Gets or sets the name of the property (or properties) used to generate child items in hierarchical data. |
| DataLabel | |
| Legend | Gets the chart legend. |
| MaxDepth | Gets or sets the maximum number of node levels to show in the current view. |
| Palette | Gets or sets an array of default colors to be used in a tree map. |
| Type | Gets or sets the type of the treemap. |