ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TreeMapTagHelper Class / Binding Property

In This Topic
    Binding Property (TreeMapTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TreeMap<T>.Binding. Sets the name of the property of the data item that contains the chart value.
    Syntax
    'Declaration
     
    Public Property Binding As String
    public string Binding {get; set;}
    Remarks
    This property is used to calculate the size of the node as compared to other node values. The property should contain numeric data.
    See Also