IVZMapChartBar

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

The IVZMapChartBar interface is used to work with on the map layer.

Inheritance Hierarchy

          IVZMapChartBaseObject

          IVZMapChartVisualElement

          IVZMapChartBarPie

Comments

To get objects of this type, it is required to:

  1. Get map layer by means of IVZMapChartLayers.Item.

  2. To get array of bar factors by means of IVZMapChartLayer.Bars.

  3. To get bar factor by means of IVZBarsArray.Item.

Properties

  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.

Properties inherited from IVZMapChartVisualElement

  Property name Brief description
ToolTipStyle The ToolTipStyle property determines tooltip style of map visualizer.

Properties inherited from IVZMapChartBaseObject

  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:

Visualizators Assembly Interfaces