Data Analysis
For data analysis functionality, the eXpressApp Framework supplies the PivotChart Module. This module introduces the Property and List Editors with which to display data specified via a special Analysis object. These editors use the ChartControl and XtraPivotGrid controls in a Windows Forms application, and the WebChartControl and ASPxPivotGrid controls in an ASP.NET application. The Analysis object allows you and end-users to specify the type of the required data and a criterion for the objects to be retrieved.


Chart controls offer you a comprehensive set of 2D and 3D charts to address a broad range of business needs with ease. In Windows Forms applications, you can specify the chart's settings using the ChartWizard Action:
 
In ASP.NET applications, you can set the chart's type, using the ChartType combo box:

You may need to display data via a chart or pivot grid control, separately from the special Analysis object. For this purpose, the eXpressApp Framework introduces the Chart and Pivot Grid Modules. These Modules contain List Editors that represent data collections via the ChartControl and XtraPivotGrid controls in a Windows Forms application, and the WebChartControl and ASPxPivotGrid controls in an ASP.NET application. For instance, you can use different List Editors to prepare a custom analysis on a dashboard:

|