ComponentOne FlexPivot for WinForms
In This Topic
    Upgrading from Old PivotPage to New PivotPage
    In This Topic

    A user can easily upgrade from old PivotPage to the new PivotPage without any hassles. Follow the steps below:

    1. In the project with the old control, update the assembly from the References in the Solution Explorer.

    2. Switch to design view, remove the old controls C1FlexPivotPage and C1FlexPivotChart from Toolbox and add the new controls, FlexPivotPage and FlexPivotChart.

    3. Add the FlexPivotPage control to the form.

    4. Switch to code view and replace all code lines with C1FlexPivotPage and C1FlexPivotChart to FlexPivotPage and FlexPivotChart respectively.

    5. Run your application and make sure that all the functionalities are working as expected.