Skip to content

This example demonstrates how to show color description for the pivot grid rows and color graph line according to the selected cells.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-implement-custom-drawing-for-the-chartcontrol-that-is-bound-to-the-pivotgrid-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms - How to Implement Custom Drawing for the Chart Control that is Bound to the Pivot Grid Control

This example demonstrates how to show color description for the pivot grid rows and color graph line according to the selected cells. To accomplish this task, it's only required to handle the ChartControl.CustomDrawSeries event and change the drawing parameters for a chart's series in the desired way and use pivotGridControl1.ValueImages to set images that are displayed within field values.


chart

Files to Review

Documentation

Integrate the Pivot Grid with the Chart Control

About

This example demonstrates how to show color description for the pivot grid rows and color graph line according to the selected cells.

Topics

Resources

License

Stars

Watchers

Forks