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.
NoteThe code uses some of the objects defined in The Business Layer.
NoteThis feature is supported by version 17.8.0 or greater.
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:
- 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).
Total Order Price<<foreach [in
customers]>><<x [CustomerName]>>
Total Order Price<<y [Order.Sum(c => c.Price)]>> |
8.2 |
3.2 |
1.4 |
1.2 |
TipFor detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs.Assembly Engine.
Please download the sample Pie Chart document we used in this article:
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.