Report Pie Chart

The images/download/attachments/6035716/pie_chart_button.png adds a Pie Chart based on a simple two column data structure.

images/download/attachments/6035716/pie_chart_example.png

Usage

To create a new Pie Chart, drag the pie chart palette item from the Report Design Palette onto your Report Page or Parent Shape. A pie chart has a simple configuration consisting of label values (generally Strings) and numeric quantity values. Color segments can be added or removed by clicking the images/download/attachments/6035716/add.png button on the Configuration panel.

images/download/attachments/6035716/pie_chart_config.png

Example

The Pie chart in the images above was created using a simple data source which had just two columns, the first which represented our Label, the second being a column of values.

Fruits, Amount
"Bananas", 52
"Grapes", 154
"Apples", 58
"Pineapples", 25
"Other", 265

While this example may seem simple, any data source containing values can be used in similar way by simply using two relevant data keys from a more complex source.

Next...