Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZMapChartPie interface is used to work with pie chart on the map layer.
IVZMapChartPie
To get objects of this type, it is required to:
Get map layer by means of the IVZMapChartLayers.Item property.
Get array of pie charts using the IVZMapChartLayer.Pies property.
Get pie chart using the IVZPiesArray.Item property.
Property name | Brief description | |
LeastAnglePart | The LeastAnglePart property determines a least angle of pie chart radius on a map. | |
LeastRadiusPart | The LeastRadiusPart property determines the least value of the pie chart radius on a map. | |
UseInvertedAngles | The UseInvertedAngles property determines whether pie chart sectors are displayed reversely. |
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: