ITreeMapItem Members
The interface that should be implemented by a class which can be used as a tree map item.Properties
| Name | Description |
|---|---|
| Children | Returns an item’s child items. Inherited from IHierarchicalItem. |
| DataSourceColor | For internal use. Inherited from IHierarchicalItem. |
| Label | Returns a label for the item. Inherited from IHierarchicalItem. |
| Tag | Returns the object that contains data related to the item. Inherited from IHierarchicalItem. |
| Value | Returns the item value. Inherited from IHierarchicalItem. |
Methods
| Name | Description |
|---|---|
| NotifyChildrenUpdate() | Inherited from IHierarchicalItem. |
See Also