Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZMapChartBar interface is used to work with on the map layer.
IVZMapChartBarPie
To get objects of this type, it is required to:
Get map layer by means of IVZMapChartLayers.Item.
To get array of bar factors by means of IVZMapChartLayer.Bars.
To get bar factor by means of IVZBarsArray.Item.
Property name | Brief description | |
The Axis property determines an object for working with axis of bar factor on the map layer. | ||
The HideZeroHeight property determines whether there is an interval between two bars of bar factor on the map layer. |
Property name | Brief description | |
ToolTipStyle | The ToolTipStyle property determines tooltip style of map visualizer. |
Property name | Brief description | |
MapChart | The MapChart property returns an object that contains express report map display parameters. | |
Visible | The Visible property determines whether an object is displayed on a map. |
See also: