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

TreeMapItem(Double, String) Constructor

Initializes a new instance of the TreeMapItem class with the specified label and value.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

public TreeMapItem(
    double value,
    string label
)

Parameters

Name Type Description
value Double

A Double value, representing the value of the tree map item.

label String

A String value, representing the label of the tree map item.

See Also