Appearance
|
Chart Title
|
An optional title that will appear at the top of the chart.
|
Plot Background
|
The background color for all plots, unless they override it
|
Section Colors
|
The colors to use for the pie wedge fills.
|
Outline Colors
|
The colors to use for the pie wedge outlines.
|
Outline Stroke
|
The width for the section outline stroke.
|
Legend?
|
Should there be an item legend below the chart?
|
Labels?
|
Should labels be displayed near sections?
|
Label Format
|
Formatting String. '{0}' is the wedge name, '{1}' is the value, '{2}' is the percent.
|
Tooltip Format
|
Formatting String. '{0}' is the wedge name, '{1}' is the value, '{2}' is the percent.
|
Legend Font
|
The font for legend items, if there is a legend.
|
Label Font
|
The font for labels items, if there are labels.
|
Title Font
|
The font for the chart's title.
|
Antialias
|
Draw with antialias on? Makes text smoother
|
Starting Angle
|
The start angle to draw the pie wedges.
|
Rotation
|
Draw the wedges clockwise or counter-clockwise from the starting angle?
|
rotation
|
|
int
|
|
0
|
Clockwise
|
1
|
Counter-Clockwise
|
|
|
Enforce Circularity?
|
If true, the pie cannot be an oval, even if the overall chart is.
|
Style
|
Style of pie chart, standard, 3D, or ring.
|
3D?
|
Deprecated. Use Style property instead.
|
threeDimensional
|
|
boolean
|
|
expert
|
|
Foreground Transparency
|
The transparency of the pie (useful for 3D pies)
|
3D Depth Factor
|
The depth of a 3D pie as a factor of the chart height
|
Selection Highlight Color
|
The color of the selection highlight
|
selectionHighlightColor
|
|
Color
|
|
expert
|
|
Selection Highlight Width
|
The line width of the selection highlight
|
selectionHighlightWidth
|
|
float
|
|
expert
|
|
Behavior
|
Tooltips?
|
Should tooltips be displayed when the mouse hovers over sections?
|
Selection Enabled?
|
If true, the user will be able to select wedges on the chart. The selected wedge will be highlighted, and the "selectedData" property will reflect it.
|
Common
|
Name
|
The name of this component.
|
Visible
|
If disabled, the component will be hidden.
|
Border
|
The border surrounding this component. NOTE that the border is unaffected by rotation.
|
Mouseover Text
|
The text that is displayed in the tooltip which pops up on mouseover of this component.
|
Cursor
|
The mouse cursor to use when hovering over this component.
|
cursorCode
|
|
int
|
|
expert
|
|
0
|
Default
|
1
|
Crosshair
|
2
|
Text
|
3
|
Wait
|
12
|
Hand
|
13
|
Move
|
4
|
SW Resize
|
5
|
SE Resize
|
6
|
NW Resize
|
7
|
NE Resize
|
8
|
N Resize
|
9
|
S Resize
|
10
|
W Resize
|
11
|
E Resize
|
|
|
Data
|
Data
|
The data driving the chart.
|
Extract Order
|
Controls whether or not a pie plot views columns as pies, or rows.
|
Selected Wedge
|
The currently selected wedge
|
selectedData
|
|
String
|
|
bindable | read-only
|
|
Data Quality
|
The data quality code for any tag bindings on this component.
|
dataQuality
|
|
int
|
|
bindable | expert
|
|