Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.2 KB

File metadata and controls

23 lines (15 loc) · 1.2 KB

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