[]
ITagHelper implementation for TreeMap<T>.
[HtmlTargetElement("c1-tree-map")]
[RestrictChildren("c1-items-source", new string[] { "c1-odata-source", "c1-odata-virtual-source", "c1-flex-chart-title-style", "c1-flex-chart-datalabel", "c1-flex-chart-tooltip", "c1-tree-map-item-style", "c1-chart-legend" })]
public class TreeMapTagHelper : FlexChartBaseTagHelper<object, TreeMap<object>>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-tree-map")>
<RestrictChildren("c1-items-source", New String() { "c1-odata-source", "c1-odata-virtual-source", "c1-flex-chart-title-style", "c1-flex-chart-datalabel", "c1-flex-chart-tooltip", "c1-tree-map-item-style", "c1-chart-legend" })>
Public Class TreeMapTagHelper
Inherits FlexChartBaseTagHelper(Of Object, TreeMap(Of Object))
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| TreeMapTagHelper() |
| Name | Description |
|---|---|
| Binding | Configurates Binding. Sets the name of the property of the data item that contains the chart value. |
| BindingName | Configurates BindingName. Sets the name of the property containing name of the data item. It is used to show name of the node. |
| ChildItemsPath | Configurates ChildItemsPath. Sets the name of the property (or properties) used to generate child items in hierarchical data. |
| MaxDepth | Configurates MaxDepth. Sets the maximum number of node levels to show in the current view. |
| Type | Configurates Type. Sets the type of the treemap. |