ChrisO
Registered User.
- Local time
- Today, 20:51
- Joined
- Apr 30, 2003
- Messages
- 3,202
Rotate and Elevate Pie Charts.
This is a demonstration of how to rotate and elevate Pie charts using the mouse.
It incorporates a Report to display the current rotation and elevation.
As normally generated, Pie charts can be messy.
If we can rotate and elevate the chart we may be able to find a better view for the Report.
Pointers to the calling Form and calling Chart are passed through OpenArgs to the Report.
The pointer to the calling Form allows the calling Form to be made invisible/visible.
The pointer to the calling Chart allows access to its Rotation and Elevation properties.
The demo is in Access 2003 (2000 file format) and rotates a Pie chart in two planes using the mouse.
Tested with:-
Version..............: Access 2003.
Regional settings.: English, French and German.
Error handling…...: None.
References……..…: None.
If you have any questions, please ask them in the appropriate forum.
Regards,
Chris.
This is a demonstration of how to rotate and elevate Pie charts using the mouse.
It incorporates a Report to display the current rotation and elevation.
As normally generated, Pie charts can be messy.
If we can rotate and elevate the chart we may be able to find a better view for the Report.
Pointers to the calling Form and calling Chart are passed through OpenArgs to the Report.
The pointer to the calling Form allows the calling Form to be made invisible/visible.
The pointer to the calling Chart allows access to its Rotation and Elevation properties.
The demo is in Access 2003 (2000 file format) and rotates a Pie chart in two planes using the mouse.
Tested with:-
Version..............: Access 2003.
Regional settings.: English, French and German.
Error handling…...: None.
References……..…: None.
If you have any questions, please ask them in the appropriate forum.
Regards,
Chris.