ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1TreeMap Class / BindingName Property



In This Topic
    BindingName Property (C1TreeMap)
    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
    'Usage
     
    
    Dim instance As C1TreeMap
    Dim value As String
     
    instance.BindingName = value
     
    value = instance.BindingName
    public string BindingName {get; set;}
    public:
    property String^ BindingName {
       String^ get();
       void set (    String^ value);
    }
    See Also