IVZDataVisualizer

Assembly: Visualizators;

Description

The IVZDataVisualizer interface is used to work with visualizers.

Inheritance Hierarchy

          IVZInteractable

          IVZBaseDataVisualizer

          IVZDataVisualizer

Comments

This interface is basic for the following interfaces:

Visualizer parameters can be obtained in the IEaxTreeMap.TreeMap property after consequent casting to the IVZTreeMap, IVZTreeDataVisualizer, IVZDataVisualizer types.

Properties

  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.

Properties inherited from IVZBaseDataVisualizer

  Property name Brief description
Background The Background property determines brush settings for visualizer background.
EnableAnimating The EnableAnimating property determines whether visualizer animation is enabled.
Formatter The Formatter property returns an object for visualizer data formatting.
IsDirty The IsDirty property determines whether there are changes in visualizer.
IsPrintMode The IsPrintMode determines whether print mode is active.
UndoRedo The UndoRedo property returns parameters of undo/redo stack of visualizer settings.

Properties inherited from IVZInteractable

  Property name Brief description
Hover The Hover property returns identifier of highlighted element.
Selection The Selection property determines a list of selected elements.

Methods

  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.

Methods inherited from IVZBaseDataVisualizer

  Method name Brief description
Draw The Draw method renders visualizer to a graphic object.
GetBitmap The GetBitmap method gets bitmap of visualizer.

Methods inherited from IVZInteractable

  Method name Brief description
SetHover The SetHover method sets element highlighting.

See also:

Visualizators Assembly Interfaces