Skip to main content

SunburstItem(Double, String) Constructor

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

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