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.v26.1.dll
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