Kendo.Mvc.UI.TreeMap
Kendo UI TreeMap component
Properties
AutoBind
If set to false the widget will not bind to the data source during initialization. In this case data binding will occur when the change event of the data source is fired. By default the widget will bind to the data source specified in the configuration.
Theme
The theme of the TreeMap.
ValueField
The data item field which contains the tile value.
ColorField
The data item field which contains the tile color.
TextField
The data item field which contains the tile title.
Template
The template which renders the treeMap tile content.The fields which can be used in the template are: dataItem - the original data item used to construct the point. or text - the original tile text..
TemplateId
The id of the script element used for Template
Colors
The default colors for the TreeMap items (tiles). Can be set to array of specific colors or array of color ranges. For more information on the widget behavior, see the Colors section on the TreeMap Overview page.
Type
The layout type for the Treemap.
Methods
SerializeSettings
Serialize current instance to Dictionary