[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.TreeMapTagHelper

TreeMapTagHelper Class

ITagHelper implementation for TreeMap<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[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

Constructors

Name Description
TreeMapTagHelper()

Properties

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.