ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeMap Namespace / TreeMapItem Class / TreeMapItem Constructor / TreeMapItem Constructor(String,Double)

In This Topic
    TreeMapItem Constructor(String,Double)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal label As System.String, _
       ByVal value As System.Double _
    )
    public TreeMapItem( 
       System.string label,
       System.double value
    )

    Parameters

    label
    value
    See Also