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

TreeMapItem Class

An item of a tree map.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.1.dll

Declaration

[TypeConverter(typeof(TreeMapItem.TreeMapItemTypeConverter))]
public class TreeMapItem :
    TreeMapElement,
    ITreeMapItem,
    IXtraSupportDeserializeCollectionItem,
    IGroupValueProvider

Remarks

An instance of the TreeMapItem class represents a data value provided by TreeMapItemStorage and used to plot a tree map diagram.

The TreeMapItem class introduces the following properties required to specify the tree map item.

The following code snippets (auto-collected from DevExpress Examples) contain references to the TreeMapItem class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also