TreeMapItem(Double, String) Constructor
Initializes a new instance of the TreeMapItem class with the specified label and value.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.1.dll
NuGet Package: DevExpress.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Double | A Double value, representing the value of the tree map item. |
label | String | A String value, representing the label of the tree map item. |
See Also