TreeMapItem(Double, String) Constructor
Initializes a new instance of the TreeMapItem class with the specified value and label.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.1.dll
NuGet Package: DevExpress.Wpf.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Double | A Double value that is TreeMapItem.Value. |
label | String | A String object that is TreeMapItem.Label. |
See Also