Individual Series Point Coloring in Word Processing Document
Please follow below steps to can create Pie Chart in MS Word 2013.
Click in the document where you want to insert the chart, 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 document.
Edit the Worksheet with your data to update the chart. See Chart Data (Excel)
Save the template.
Reporting Requirement
As a report developer, you are required to share your customers’ orders details dynamically with the following key requirements:
The report must show information on a Pie Chart
It must indicate customer name with value (price of the orders purchased)
The report must be generated in the Word Processing Document
Adding Syntax to be evaluated by GroupDocs.Assembly Engine
For a chart with dynamic data, you can set colors of individual chart series points dynamically based upon expressions. To use the feature, do the following steps:
Declare a chart with dynamic data in the usual way
For chart series with points to be colored dynamically, define corresponding color expressions in names of these series using pointColor tags having the following syntax:
<<pointColor[color_expression]>>
A color expression must return a value of one of the following types:
A string containing the name of a known color, that is, the case-insensitive name of a member of the KnownColor enumeration such as “red”
An integer value defining RGB (red, green, blue) components of the color such as 0xFFFF00 (yellow)