Hello,
I'd like to integrate charting features with ASPxPivotGrid. You have provided a wonderful sample (http://demos.devexpress.com/ASPxPivotGridDemos/Features/ChartsIntegration.aspx) and works pretty well.
However, I have two questions.
1) How could I make the chart component to reflect the changes I have done to the grid fields, run-time and without a full post-back? I have discovered that ASPxPivotGrid_FieldAreaChanged event gets raised whenever I change the rows/columns. However, I haven't manage to tell the chart to re-bind itself with the new data. If a full post-back is done, everything works fine.
2) If I didn't want to use XtraCharts Suite, but an external component (for example FusionCharts), how can I extract the calculated and visible data from ASPxPivotGrid? How to feed it to the external charting component is out of scope of this subject.
Thanks for your help!