[]
        
(Showing Draft Content)

C1.Web.Mvc.TreeMap-1

TreeMap<T> Class

It displays hierarchical (tree-structured) data as a set of nested rectangles.

Inheritance
TreeMap<T>
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class TreeMap<T> : FlexChartBase<T>, IHtmlString, ITemplate
Type Parameters
Name Description
T
Remarks

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.

Constructors

Name Description
TreeMap(HtmlHelper, string)

Creates one TreeMap<T> instance.

Properties

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.

Extension Methods