| Package | com.flextoolbox.controls.treeMapClasses |
| Interface | public interface IDropInTreeMapItemRenderer |
| Implementors | BaseTreeMapBranchRenderer, LiteTreeMapLeafRenderer, TreeMapLeafRenderer |
See also
| Property | Defined by | ||
|---|---|---|---|
| treeMapData : BaseTreeMapData
When a component is used as a drop-in item renderer Flex initializes
the treeMapData property of the component with the additional data
from the TreeMap control.
| IDropInTreeMapItemRenderer | ||
| treeMapData | property |
treeMapData:BaseTreeMapData [read-write]When a component is used as a drop-in item renderer Flex initializes the treeMapData property of the component with the additional data from the TreeMap control. The component can then use the treeMapData property and the data property to display the appropriate information as a drop-in item renderer.
You do not set this property in MXML or ActionScript; Flex sets it when the component is used as a drop-in item renderer.
Implementation public function get treeMapData():BaseTreeMapData
public function set treeMapData(value:BaseTreeMapData):void