ComponentOne FlexChart for WinForms
BindingName Property (TreeMap)


C1.Win.Chart Namespace > TreeMap Class : BindingName Property
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 TreeMap
Dim value As String
 
instance.BindingName = value
 
value = instance.BindingName
public string BindingName {get; set;}
See Also

Reference

TreeMap Class
TreeMap Members