ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeMap Namespace / C1TreeMap Class / DataBindings Property

In This Topic
    DataBindings Property (C1TreeMap)
    In This Topic
    Gets a collection of C1TreeMapItemBinding objects that define the relationship between a data item and the data items of treemap it is binding to.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataBindings As C1TreeMapItemBindingCollection
    public C1TreeMapItemBindingCollection DataBindings {get;}
    See Also