IVZDataVisualizer

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.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 element on the right click.

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.

See also:

Visualizators Assembly Interfaces