Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / TreeMap Class / BindingName Property

In This Topic
    BindingName Property (TreeMap)
    In This Topic
    Gets or sets the name of the property that contains the name of the data item.
    Syntax
    'Declaration
     
    
    Public Property BindingName As String
    public string BindingName {get; set;}
    See Also