Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

public TreeMapItem(
    double value,
    string label
)

Parameters

Name Type Description
value Double

A Double value that is TreeMapItem.Value.

label String

A String object that is TreeMapItem.Label.

See Also