Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZBubbleChart interface is used to work with bubble chart.
IVZInteractable
IVZBubbleChart
| Property name | Brief description | |
| The ShowBubbleHistory property determines whether chart bubble movement history is displayed. | ||
| The ShowBubbleHistoryLabels property determines whether year tooltips are displayed for bubbles on enabled movement history. | ||
| The ShowHistoryMode property determines display mode for bubble movement history. | ||
| The ShowHistoryPreviousStepsOnly property determines whether history is displayed from the current position (year). | ||
| The UseZoomOnWheel property determines whether it is possible to change zoom of bubble chart on scrolling mouse wheal. |
| 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 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 element on the right click. |
| 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. |
See also: