Pivotal Chart Demo

This sample illustrates the functionality of binding chart with PivotGridControl. Plotting of axes can be done based on the selection made in PivotGrid

To use this feature, you must wire the ChartControl in the PivotGrid

Here is the code to wire the ChartControl

        PivotGridChartHelper helper = new PivotGridChartHelper();
        helper.WireGrid(this.pivotGridControl1, this.chartControl1);

The following is an image of the sample.

PivotGridControl