Skip to content

DevExpress-Examples/reporting-winforms-binding-expressions-in-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for WinForms - Display Average Values within a Chart

The following example displays a constant line (average product price) for a given product category (when using DevExpress Reports for WinForms).

XRCharts

In this example, the chart’s constant line is bound to the following expression:

[CategoriesProducts].Avg([UnitPrice])

Expression Editor

Documentation

About

The following example displays a constant line (average product price) within a given product category.

Topics

Resources

License

Stars

Watchers

Forks