DevExpress-Examples / wpf-pivot-grid-visualize-data-in-chart

The following example shows how to integrate the Pivot Grid with the Chart control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pivot Grid for WPF - How to Visualize Pivot Grid Data with the Chart Control

This example demonstrates how to bind a Chart Control to a Pivot Grid Control. For this, assign the PivotGridControl.ChartDataSource property value to the ChartControl.DataSource property.

The Transpose Data Source check box is bound to the PivotGridControl.ChartProvideDataByColumns property. If the check box is checked, the property is set to false, and chart series are based on pivot grid rows instead of columns.

screenshot

Files to Review

About

The following example shows how to integrate the Pivot Grid with the Chart control.

License:Other


Languages

Language:Visual Basic .NET 50.4%Language:C# 49.6%