Intersoft Support Center

Configure Pivot Chart Projection

This walkthrough shows you how to apply projection to 3D chart types.

During this walkthrough, you will learn how to do the following:

  • Use AccessDataSource.
  • Use SmartTag to set DataSource.
  • Set Pivot Chart View for WebGrid.
  • Set lightning for 3D chart types.

 Prerequisites

In order to complete this walkthrough, you will need the following:

  • Access to the Microsoft Access Northwind database.
  • Visual Studio 2005/2008/2010 Application.

 Step-By-Step Instructions

To apply projection to 3D chart types

  1. Bind WebGrid to AccessDataSource.
  2. Click on WebGrid instance and press F4 to open its Properties window.
  3. Expand LayoutSettings and set the InitialView property to PivotChartView.



  4. Right-click on WebGrid instance and select WebGrid Designer.
  5. Go to Pivot Charting tab. Expand Pivot Chartingand select Chart Data Collection.
  6. Add a member. Set DataMember to CustomerID.


  7. Go to Pivot Charting tab. Expand Pivot Chartingand select Chart Series Collection.
  8. Add a member. Set the DataMember to OrderDate, DataType to System.DateTime, DateInterval to Quarters and PivotType to ByMonth.


  9. Go to Visual Effect and check Enable Jittering to apply the effect.


  10. Go to Projection and select one of the predefined projections available, such as OrthogonalHorizontalLeft.

  11. Run the project.

Previous Next