complexType PieLayer
diagram mapping_p269.png
namespace http://www.mapinfo.com/midev/service/mapping/v1
type extension of tns:Layer
properties
base tns:Layer
children tns:VisibilityConstraintList tns:Table tns:CategoryList tns:Border tns:Diameter tns:Opacity tns:Graduation tns:SpatialExpression tns:PieBaseSize
attributes
Name  Type  Use  Default  Fixed  Annotation
renderable  xsd:boolean  optional  true    
documentation
Disable the rendering of this layer.
description  xsd:string        
documentation
The name/description for this layer.
wedgeRenderDirection  tns:WedgeRenderDirection  optional  CLOCKWISE    
documentation
Returns the direction in which wedges are rendered from the starting angle.
startAngle  xsd:double  optional  180.0    
documentation
The angle at which the first pie wedge will be placed. If the value is 90 it will align the starting wedge
   on the vertical Y axis. Its direction depends on the WedgeRenderDirection. If wedgeRenderDirection is CLOCKWISE,
   the wedge will point to left; if it is COUNTER_CLOCKWISE then right.
chartType  tns:PieChartType  optional  FULL    
documentation
Describes Pie chart type. FULL means the pie is displayed as a full circle and HALF means the pie is displayed as a semicircle resting on the horizontal axis.
chartEffectType  tns:ChartEffectType  optional  FLAT    
documentation
Describes the chart effect type. FLAT means the Pie chart is drawn as flat while AS3D means the Pie chart is drawn with shadow.
horizontalAlignment  tns:HorizontalAlignmentType  optional  CENTER    
documentation
Returns the horizontal alignment of the chart.  Horizontal alignment is based on the reference geometry location. If alignment is LEFT, the nine o'clock position of the pie is at the reference point. If CENTER, the center of the pie is at the reference point.If RIGHT, the three o'clock position of the pie is at the reference point.
                       
verticalAlignment  tns:VerticalAlignmentType  optional  MIDDLE    
documentation
Returns the vertical alignment of the chart.  Vertical alignment is based on the reference geometry location. If alignment is TOP, the twelve o'clock position of the pie is at the reference point. If MIDDLE, the center of the pie is at the reference point. If BOTTOM or BASELINE, the six o'clock position of the pie is at the reference point.
depthFactor  xsd:double  optional  0.12    
documentation
Returns pie depth as a percentage of the diameter of the pie.
graduated  xsd:boolean  optional  true    
documentation
Specifies whether graduation is enabled or disabled for this layer.
annotation
documentation
PieLayer

attribute PieLayer/@wedgeRenderDirection
type tns:WedgeRenderDirection
properties
use optional
default CLOCKWISE
facets
Kind Value Annotation
enumeration CLOCKWISE
documentation
Wedges are drawn clockwise from the starting angle.
enumeration COUNTER_CLOCKWISE
documentation
Wedges are drawn counter-clockwise from the starting angle.
annotation
documentation
Returns the direction in which wedges are rendered from the starting angle.

attribute PieLayer/@startAngle
type xsd:double
properties
use optional
default 180.0
annotation
documentation
The angle at which the first pie wedge will be placed. If the value is 90 it will align the starting wedge
   on the vertical Y axis. Its direction depends on the WedgeRenderDirection. If wedgeRenderDirection is CLOCKWISE,
   the wedge will point to left; if it is COUNTER_CLOCKWISE then right.

attribute PieLayer/@chartType
type tns:PieChartType
properties
use optional
default FULL
facets
Kind Value Annotation
enumeration FULL
documentation
When type is FULL, the pie is displayed as a full circle.
enumeration HALF
documentation
When type is HALF, the pie is displayed as a semicircle resting on the horizontal axis.
annotation
documentation
Describes Pie chart type. FULL means the pie is displayed as a full circle and HALF means the pie is displayed as a semicircle resting on the horizontal axis.

attribute PieLayer/@chartEffectType
type tns:ChartEffectType
properties
use optional
default FLAT
facets
Kind Value Annotation
enumeration FLAT
documentation
Chart is displayed as a 2D shape.
enumeration AS3D
documentation
Chart is displayed with shadow..
annotation
documentation
Describes the chart effect type. FLAT means the Pie chart is drawn as flat while AS3D means the Pie chart is drawn with shadow.

attribute PieLayer/@horizontalAlignment
type tns:HorizontalAlignmentType
properties
use optional
default CENTER
facets
Kind Value Annotation
enumeration LEFT
documentation
The left side of the label should be aligned horizontally with the reference geometry.
enumeration CENTER
documentation
The center of the label should be aligned horizontally with the reference geometry.
enumeration RIGHT
documentation
The right side of the label should be aligned horizontally with the reference geometry.
annotation
documentation
Returns the horizontal alignment of the chart.  Horizontal alignment is based on the reference geometry location. If alignment is LEFT, the nine o'clock position of the pie is at the reference point. If CENTER, the center of the pie is at the reference point.If RIGHT, the three o'clock position of the pie is at the reference point.
                       

attribute PieLayer/@verticalAlignment
type tns:VerticalAlignmentType
properties
use optional
default MIDDLE
facets
Kind Value Annotation
enumeration TOP
documentation
The top side of the label should be aligned vertically with the reference geometry.
enumeration MIDDLE
documentation
The middle of the label should be aligned vertically with the reference geometry.
enumeration BOTTOM
documentation
The bottom side of the label should be aligned vertically with the reference geometry.
enumeration BASELINE
documentation

The baseline of the label should be aligned vertically with the reference geometry so that any descenders
in the text sit below the reference geometry. If the label has no baseline this may be handled as equivalent to BOTTOM
annotation
documentation
Returns the vertical alignment of the chart.  Vertical alignment is based on the reference geometry location. If alignment is TOP, the twelve o'clock position of the pie is at the reference point. If MIDDLE, the center of the pie is at the reference point. If BOTTOM or BASELINE, the six o'clock position of the pie is at the reference point.

attribute PieLayer/@depthFactor
type xsd:double
properties
use optional
default 0.12
annotation
documentation
Returns pie depth as a percentage of the diameter of the pie.

attribute PieLayer/@graduated
type xsd:boolean
properties
use optional
default true
annotation
documentation
Specifies whether graduation is enabled or disabled for this layer.

element PieLayer/CategoryList
diagram mapping_p270.png
namespace http://www.mapinfo.com/midev/service/mapping/v1
type tns:CategoryList
properties
content complex
children tns:Category
annotation
documentation
Describes all the categories for the Pie layer.

element PieLayer/Border
diagram mapping_p271.png
namespace http://www.mapinfo.com/midev/service/mapping/v1
type tns:Style
properties
minOcc 0
maxOcc 1
content complex
annotation
documentation
Returns the style used to outline each wedge of the pie.

element PieLayer/Diameter
diagram mapping_p272.png
namespace http://www.mapinfo.com/midev/service/mapping/v1
type tns:PaperLength
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  tns:PaperUnit  required      
documentation
The unit of measure for this paper.
annotation
documentation
Diameter of the pie charts to be drawn.

element PieLayer/Opacity
diagram mapping_p273.png
namespace http://www.mapinfo.com/midev/service/mapping/v1
type xsd:double
properties
minOcc 0
maxOcc 1
content simple
default 1.0
annotation
documentation
Defines the opacity of the layer. Valid range for opacity value is between 0.0 (fully transparent) and 1.0 (fully opaque).

element PieLayer/Graduation
diagram mapping_p274.png
namespace http://www.mapinfo.com/midev/service/mapping/v1
type tns:Graduation
properties
minOcc 0
maxOcc 1
content complex
children tns:ValueAtSize
attributes
Name  Type  Use  Default  Fixed  Annotation
graduationMethod  tns:GraduationMethod    SQUARE_ROOT    
documentation
Describes the way the size of the graduated pie chart is calculated.
annotation
documentation
Represents pie chart graduation.

element PieLayer/SpatialExpression
diagram mapping_p275.png
namespace http://www.mapinfo.com/midev/service/mapping/v1
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Describes the spatial expression.

element PieLayer/PieBaseSize
diagram mapping_p276.png
namespace http://www.mapinfo.com/midev/service/mapping/v1
type tns:BaseSize
properties
minOcc 0
maxOcc 1
content complex
children tns:MapScale
attributes
Name  Type  Use  Default  Fixed  Annotation
useScale  xsd:boolean    true    
documentation
If true the size of bar or pie changes with map scale, otherwise false.
annotation
documentation
Represents the size of the pie base.


© 2007, 2020 Precisely. All rights reserved. support.precisely.com