SunburstItem(Double, String) Constructor
Initializes a new instance of the SunburstItem class with the specified settings.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Double | The item’s value. |
label | String | The item’s text label. |
See Also