Skip to content

This example shows how to display the highest and lowest monthly sales for each year.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-dashboard-display-best-and-worst-monthly-sales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for WinForms - How to display best and worst monthly sales for each year

This example shows how to display the highest and lowest monthly sales for each year.

Example Structure

In this example, the Chart dashboard item shows yearly sales numbers.

screenshot

To display the highest/lowest monthly sales for each year, the following expression is used:

aggr(Sum([Sales]), GetYear([OrderDate]), GetMonth([OrderDate]))

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)