Bubble Chart in Email Document

Bubble Chart in Email Document

Reporting Requirement

As a report developer, you are required to share your sales/orders dynamically with the following key requirements:

  • A report must be in .eml or .msg format.
  • It must add email recipient, CSS and subject of the email.
  • Retrieve total order Prices by Months.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

Chart Title
Orders Prices by Months<<foreach [in orders
.GroupBy(c => c.OrderDate.Month)]>><<x[Key]>>

Chart Data (Excel)

X-Values

Total Order Price<<y [sum(c => c.Price)]>><<size[Count()]>>

Size

0.7

2.7

10

1.8

3.2

4

2.6

0.8

8

Download Bubble Chart Template

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

Generating The Report

© Aspose Pty Ltd 2001-2022. All Rights Reserved.