Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WinForms - How to Visualize Pivot Grid Data in the Chart Control

The following example shows how to integrate the Pivot Grid with the Chart control. The PivotGridControl instance is assigned to the ChartControl.DataSource property that allows the Chart to load and visualize data directly from the Pivot Grid.

Pivot Grid and Chart integration

Files to Review

Documentation

More Examples