ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("TreeMap.BindingName", "Gets or sets the name of the property that contains the name of the data item.")>
    Public Property BindingName As String
    [C1Description("TreeMap.BindingName", "Gets or sets the name of the property that contains the name of the data item.")]
    public string BindingName {get; set;}
    See Also