Assembly: Visualizators;
The IVZDataVisualizer interface is used to work with visualizers.
IVZDataVisualizer
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.
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. |
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. |
Property name | Brief description | |
Hover | The Hover property returns identifier of highlighted element. | |
Selection | The Selection property determines a list of selected elements. |
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. |
Method name | Brief description | |
Draw | The Draw method renders visualizer to a graphic object. | |
GetBitmap | The GetBitmap method gets bitmap of visualizer. |
Method name | Brief description | |
SetHover | The SetHover method sets element highlighting. |
See also: