Skip to content

Exercise 4: Optional exercise

You can earn an additional +3 points with the completion of this exercise.

Create a pie chart to compare the sales persons' performance according to the total value of purchases achieved by them! Put your Neptun code into the pie chart title! The goal is to get a diagram similar to the one below.

Expected chart

Tip

The pie chart is similar to the column diagram. The ∑ Values should be the LineTotal, and Category Groups is the SalesPersonName. (Series Groups will remain empty this time.)

Make sure that the legend shows the names. You might need to adjust the size of the diagram to have enough space.

Values to be used in the pie chart

SUBMISSION

Create a screenshot of the report preview page. Save the screenshot as f4.png and submit it with the other files of the solution. The screenshot shall include Visual Studio and the report preview. Verify that your Neptun code is visible in the diagram title!

Upload the changed Visual Studio project and its corresponding files too.

Back to top