.PIE SET 3D MODE
This subroutine sets the 3D mode of a pie chart.
Usage:
PASS <pie_3d_mode> FIELD SHARE? N
GOSUB 0CD .PIE SET 3D MODE
* Check for error
IF 0CD .PIE SET 3D MODE NE
Description:
This subroutine sets the 3D mode of a pie chart. You must have previously set the chart to 3D mode via
.PIE SET VIEW
The <pie_3d_mode> value specifies the view desired for the chart. The valid values for <pie_3d_mode> are:
Shadow
Standard
In Standard mode, you can "tilt' the chart using
.PIE SET 3D VIEW ANGLE. In Shadow mode you can make the chart face any direction, also using
.PIE SET 3D VIEW ANGLE.
Passing this parameter is optional. If the <pie_3d_mode> parameter is not passed or if the value passed is blank, then the pie chart is rendered in standard mode.
Comments:
Read what other users have said about his page or add your own comments.
--
JeanNeron - 2011-09-30