Visualizators > Visualizators Assembly Interfaces > IVZTreeMap
Assembly: Visualizators;
The IVZTreeMap interface is used to work with a tree map.
IVZTreeMap
A tree map may look as follows:
Tree map parameters can be obtained in the IEaxTreeMap.TreeMap property.
Property name | Brief description | |
![]() |
AnimationTime | The AnimationTime property determines animation time in seconds. |
![]() |
BranchItemsToolTipStyle | The BranchItemsToolTipStyle property determines style of tree map branch tooltips. |
![]() |
BranchSpacing | The BranchSpacing property determines distance between tree map branches. |
![]() |
Breadcrumb | The Breadcrumb property determines tree map breadcrumb. |
![]() |
CaptionHeight | The CaptionHeight property determines the height of tree map branch titles area. |
![]() |
Captions | The Captions property determines collection of labels of tree map elements. |
![]() |
ColorVisual | The ColorVisual property determines visualizer used for tree map data mapping with color fill of their children. |
![]() |
EndHeaderStyle | The EndHeaderStyle property determines end style of tree map branch titles. |
![]() |
HeatMap | The HeatMap property determines whether it is possible to place root and children elements of tree map at the same level. |
![]() |
HeightVisual | The HeightVisual property determines visualizer used to set the height of tree map children. |
![]() |
HierarchyDepth | The HierarchyDepth property determines the shown level of tree map element hierarchy. |
![]() |
ItemsToolTipStyle | The ItemsToolTipStyle property determines style of tooltips for tree map leaves. |
![]() |
LabelAutoColor | The LabelAutoColor property determines the value used to automatically calculate font color of tree map leaf labels. |
![]() |
LabelsStyle | The LabelsStyle property determines style of text labels for tree map elements. |
![]() |
LeafBorderWidth | The LeafBorderWidth property determines width of borders of tree map leaves. |
![]() |
MaxFontSize | The MaxFontSize property determines maximum font size for tree map text labels. |
![]() |
MinFontSize | The MinFontSize property determines minimum font size for tree map text labels. |
![]() |
Palette | The Palette property determines color palette of tree map. |
![]() |
RenderMode | The RenderMode property determines tree map visualization mode. |
![]() |
ShowBranches | The ShowBranches property determines whether tree map will display parent elements of observation elements. |
![]() |
SelectionBorderPen | The SelectionBorderPen property determines selection border parameters. |
![]() |
SizeVisual | The SizeVisual property selects visualizer used to determine size of tree map children. |
![]() |
StartHeaderStyle | The StartHeaderStyle property determines start style of tree map branch titles. |
![]() |
TextVisual | The TextVisual property determines text visualizer. |
![]() |
UseItemColorForToolTipBorder | The UseItemColorForToolTipBorder property determines whether the element color is used to select the tooltip border when pointing the mouse cursor on it. |
![]() |
UseSelectOnClick | The UseSelectOnClick property determines whether the mouse click is used to select parent elements. |
![]() |
View3D | The View3D property determines tree map visualization mode. |
Property name | Brief description | |
![]() |
Model | The Model property determines a data model for tree-type visualizers. |
Property name | Brief description | |
![]() |
The DataMappingToLegendAssignment property determines bubble tree data binding to legend. | |
![]() |
The HoverActiveEffects property determines effects applied to the hovered element. | |
![]() |
The HoverInactiveEffects property determines effects applied to the inactive elements, which are not hovered. | |
![]() |
The Index property determines level of the dimension, by which data is selected. | |
![]() |
The Legends property determines collection of visualizer legends. | |
![]() |
The SelectActiveEffects property determines effects applied to selected elements. | |
![]() |
The SelectInactiveEffects property determines effects applied to the inactive elements, which are not selected. | |
![]() |
The TimeScale determines visualizer timeline. | |
![]() |
The UseSelectOnRightClick property determines whether to select elements on the right mouse button click. |
Method name | Brief description | |
![]() |
The LoadFromXml method loads XML parameters of visualizer: style and data. | |
![]() |
TheLoadStyleFromXml method loads XML parameters of visualizer style. | |
![]() |
The SaveStyleToXml method saves parameters of visualizer style to XML file. | |
![]() |
The SaveToXml method saves visualizer parameters to XML file: style and data. |
See also: