Pie Chart in Email Document

Note
In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format.
Note
The code uses some of the objects defined in The Business Layer.
Note
This feature is supported by version 17.8.0 or greater.

Pie Chart in Email Document

Creating a Pie Chart

Please follow below steps to create Pie Chart in MS Outlook 2013:

  1. Create a new Email.
  2. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.
  3. Select “Pie”.
  4. Preview “Pie” and press OK to insert the chart and Worksheet template to your email.
  5. Edit the Worksheet with your data to update the chart.

Reporting Requirement

As a report developer, you are required to share managers’ contract prices dynamically with the following key requirements:

  • The report must be in .eml or .msg format.
  • It must add email recipient, CSS and subject of the email.
  • The report must show information on a Pie Chart.
  • It must indicate customer name with value (price of the order).

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

Chart Title
Total Order Price<<foreach [in
customers]>><<x [CustomerName]>>
Chart Data (Excel)

Total Order Price<<y [Order.Sum(c => c.Price)]>>

8.2

3.2

1.4

1.2

Tip
For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs.Assembly Engine.

Download Pie Chart Template

Please download the sample Pie Chart document we used in this article:

Generating The Report