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 - the basic interface that is used to work with visualizer legends.
IVZTimeLine - the interface contains properties and methods that are used to work with a visualizer timeline.
See also:
Visualizators Assembly Interfaces | Visualizators Assembly Classes | Visualizators Assembly Enumerations