This tutorial demonstrates how you can link WebChartControl to ASPxPivotGrid, which is done entirely at design time.
Note that in order to synchronize both controls when the ASPxPivotGrid layout is changed, it is necessary to set their EnableCallbacks property to False. It is possible to place both controls inside the UpdatePanel to avoid the entire page update during a postback. Please refer to the UpdatePanel Class help topic for additional information about this control functionality.
For more information, see the following document in our online documentation: Pivot Charting on the Web (Integration with the ASPxPivotGrid).