Skip to main content
Version: 7.9

Report Component - Pie Chart

Component Palette Icon:

Description


The Pie Chart takes a Data Source with two keys: a Label (typically a string) and a Value (typical a numerical value).

Properties

Configure Tab

PropertyDescription
Data KeyUnique identifier or placeholder to the data source that will populate the chart.
Label KeyKey that will list the names of each segment in the legend on the chart.
Value KeyThe key that will populate the chart with data.
Segment ColorsA unique color in the RGBA color space for each segment (wedge). Will repeat the colors if there are not enough to cover all of the different segments, so it is important to list a lot of colors here.
Add Segment Adds a color wedge to the chart.
Remove Segment Deletes a color wedge from the chart.

Properties Tab

PropertyDescriptionCategory
Data KeyData key of the dataset that drives this pie chart.Pie Options
Label KeyColumn name inside the dataset represented by the Data Key which holds the pie wedge's label.Pie Options
Label StyleStyle for labels on the pie chart. Options are None (0), Simple (1), and Outset (2).Pie Options
Label FormatFormat of labels, if enabled. Use {0} = wedge name, {1} = value, {2} = percentage.Pie Options
Label FontFont used for this chart's labels.Pie Options
Legend FontFont used for this chart's legend.Pie Options
Section OutlineColor to use for outline dividing sections.Pie Options
Show LegendIf true, show the chart's legend.Pie Options
Sort OrderOrder to sort chart categories. This will determine colors used and order of the legend.Pie Options
StyleStyle for this pie chart. Options are Pie, 3D Pie, and Ring.Pie Options
Value KeyColumn name inside the dataset represented by the Data Key which holds the pie wedge's value.Pie Options
OpacityHow opaque the fill color is, between 0 and 1.Stroke and Fill
Stroke StyleWhat style of stroke or border to use: Hidden, Shape Outline, Border, or Double. To learn more about stroke styles, refer to Stroke and Fill Properties.Stroke and Fill
StrokeDetails for the chosen stroke. Each Stroke has its own properties depending on the Stroke Style chosen.Stroke and Fill
RollNumber of degrees this shape is rotated clockwise.Basic Properties
Scale XAmount to scale the width of this shape. 1 is scale to 100%.Basic Properties
Scale YAmount to scale the height of this shape. 1 is scale to 100%.Basic Properties
VisibleIf true, the shape will be visible.Basic Properties
WidthWidth of this shape in pixels.Basic Properties
HeightHeight of this shape in pixels.Basic Properties
XHorizontal distance in pixels between the left edge of this shape and the left edge of the page.Basic Properties
YVertical distance in pixels between the top edge of this shape and the top edge of the page.Basic Properties

Example

PropertyValue
Label StyleOutset
Pie Chart Sample CSV Data
Fruit, Quantity
Apples, 15
Bananas, 56
Kiwis,19
Oranges, 33
Grapefruit, 7