Visualizators > About the Visualizators Assembly
This section contains description of the Visualizators assembly containing tools used to work using Fore language with express report data visualizers.
Visualizers are used to display express report data in a user-friendly view, that is, as a map, bubble tree and a tree map.
Main Visualizators assembly interfaces are the following:
IVZBubbleTree. The interface is used to work with a bubble tree.
IVZMapChart. The interface is used to work with a map.
IVZTreeMap. The interface is used to work with a tree map.
IVZDataVisualizer. Basic interface for all visualizers.
The Visualizators assembly also contains interfaces used to work with composite elements of visualizers. Main interfaces in this group are the following:
IVZLegendBase. Basic interface used to work with visualizer legends.
IVZTimeLine. The interface that contains properties and methods used to work with visualizer time line.
See also:
Visualizators Assembly Interfaces | Visualizators Assembly Classes | Visualizators Assembly Enumerations