IVZTreeMap

Assembly: Visualizators;

Description

The IVZTreeMap interface is used to work with a tree map.

Inheritance Hierarchy

          IVZInteractable

          IVZBazeDataVisualizer

          IVZDataVisualizer

          IVZTreeDataVisualizer

          IVZTreeMap

Comments

A tree map may look as follows:

Tree map parameters can be obtained in the IEaxTreeMap.TreeMap property.

Properties

  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.

Properties inherited from IVZTreeDataVisualizer

  Property name Brief description
Model

The Model property determines a data model for tree-type visualizers.

Properties inherited from IVZDataVisualizer

  Property name Brief description

DataMappingToLegendAssignment

The DataMappingToLegendAssignment property determines bubble tree data binding to legend.

HoverActiveEffects

The HoverActiveEffects property determines effects applied to the hovered element.

HoverInactiveEffects

The HoverInactiveEffects property determines effects applied to the inactive elements, which are not hovered.

Index

The Index property determines level of the dimension, by which data is selected.

Legends

The Legends property determines collection of visualizer legends.

SelectActiveEffects

The SelectActiveEffects property determines effects applied to selected elements.

SelectInactiveEffects

The SelectInactiveEffects property determines effects applied to the inactive elements, which are not selected.

TimeLine

The TimeScale determines visualizer timeline.

UseSelectOnRightClick

The UseSelectOnRightClick property determines whether to select elements on the right mouse button click.

Methods inherited from IVZDataVisualizer

  Method name Brief description

LoadFromXml

The LoadFromXml method loads XML parameters of visualizer: style and data.

LoadStyleFromXml

TheLoadStyleFromXml method loads XML parameters of visualizer style.

SaveStyleToXml

The SaveStyleToXml method saves parameters of visualizer style to XML file.

SaveToXml

The SaveToXml method saves visualizer parameters to XML file: style and data.

See also:

Visualizators Assembly Interfaces