Skip to main content
A newer version of this page is available. .

SunburstItem(Double, String) Constructor

Initializes a new instance of the SunburstItem class with the specified settings.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

public SunburstItem(
    double value,
    string label
)

Parameters

Name Type Description
value Double

The item’s value.

label String

The item’s text label.

See Also