ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / TreeMap Class / Binding Property

In This Topic
    Binding Property (TreeMap)
    In This Topic
    Gets or sets the name of the property of the data item that contains the chart value.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("TreeMap.Binding", "Gets or sets the name of the property of the data item that contains the chart value.")>
    Public Property Binding As String
    [C1Description("TreeMap.Binding", "Gets or sets the name of the property of the data item that contains the chart value.")]
    public string Binding {get; set;}
    Remarks
    The binding property is used to calculate the size of the node as compared to other node values. The property should contain numeric data.
    See Also