Pie Chart in Email Document
Leave feedback
NoteIn this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format.
Please follow below steps to create Pie Chart in MS Outlook 2013:
- Create a new Email.
- Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.
- Select “Pie”.
- Preview “Pie” and press OK to insert the chart and Worksheet template to your email.
- Edit the Worksheet with your data to update the chart.
As a report developer, you are required to share managers’ contract prices dynamically with the following key requirements:
- Report must be in .eml or .msg format.
- It must add email recipient, css and subject of the email.
- Report must show information on a Pie Chart.
- It must indicate manager name with value (price of the contract).
Total Contract Price<<foreach [in getManagers()]>><<x [getName()]>>
| Total Contract Price<<y [getContracts().sum(c => c.getPrice())]>> |
A | 8.2 |
B | 3.2 |
C | 1.4 |
D | 1.2 |
Please download the sample Pie Chart document we created in this article:
NoteThe code uses some of the objects defined in: The Business Layer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.