Difference: CDPieSet3DDepth (1 vs. 4)

Revision 42012-02-24 - JeanNeron

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="CDChartDirectorDesignerAPI"
>
>
META TOPICPARENT name="CDChartDirectorPieChartRoutines"
 

.PIE SET 3D DEPTH

This subroutine sets the 3D Depth for all pie sectors.

Revision 32011-11-10 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="CDChartDirectorDesignerAPI"

.PIE SET 3D DEPTH

Line: 6 to 6
 

Usage:

Changed:
<
<
      PASS         <3d_depth>                 FIELD            SHARE? N

>
>
      PASS         <pie_3D_depth>             FIELD            SHARE? N

  GOSUB 0CD .PIE SET 3D DEPTH
    • Check for error IF 0CD .PIE SET 3D DEPTH NE

Revision 22011-10-06 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="CDChartDirectorDesignerAPI"

.PIE SET 3D DEPTH

Changed:
<
<
This subroutine sets the sector 3D Depth for all pie sectors, a range of pie sectors, an individual pie sector, or the current pie sector.
>
>
This subroutine sets the 3D Depth for all pie sectors.
 

Usage:

      PASS         <3d_depth>                 FIELD            SHARE? N

Changed:
<
<
PASS <beg_sector_no> FIELD SHARE? N PASS <end_sector_no> FIELD SHARE? N GOSUB 0CD .PIE SET SECT 3D DEPTH
>
>
GOSUB 0CD .PIE SET 3D DEPTH
 
    • Check for error
Changed:
<
<
IF 0CD .PIE SET SECT 3D DEPTH NE
>
>
IF 0CD .PIE SET 3D DEPTH NE
 

Description:

Changed:
<
<
This subroutine allows you to set the Sector 3D Depth for all pie sectors, a range of pie sectors, an individual pie sector, or the current pie sector.
>
>
This subroutine allows you to set the Sector 3D Depth for all pie sectors. If the parameter is not passed or is blank, the depth is set to the default value.
 
Changed:
<
<
If <3d_depth> is not received or is blank, then the "current" pie sector will be rendered with the default edge width. If <beg_sect_no> is "ALL" or "0" and <end_sect_no> is not received or is blank, then <3d_depth> applies to all pie sectors.

If <beg_sect_no> and <end_sect_no> are both received and are both numeric integers, then <3d_depth> applies to the range of pie sectors from <beg_sect_no> thru <end_sect_no> and is stored in the corresponding pie sector specs.

If <beg_sect_no> is received and is a numeric integer and <end_sect_no> is not received or is blank, then <3d_depth> applies only to the <beg_sect_no> pie sector and is stored in the <beg_sect_no> pie sector spec.

If <beg_sect_no> and <end_sect_no> are both not received or are blank, then <3d_depth> applies to the "current" pie sector and is stored in the "current" pie sector spec.

Any pie sector specs that are referenced but which do not exist are automatically created and initialized so that the <3d_depth> can be stored.

The last pie sector spec updated becomes the "current" pie sector spec.

>
>
See .PIE SET SECT 3D DEPTH to set the depth for individual sectors.
 

Comments:

Read what other users have said about his page or add your own comments.

Revision 12011-09-30 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="CDChartDirectorDesignerAPI"

.PIE SET 3D DEPTH

This subroutine sets the sector 3D Depth for all pie sectors, a range of pie sectors, an individual pie sector, or the current pie sector.

Usage:

      PASS         <3d_depth>                 FIELD            SHARE? N
      PASS         <beg_sector_no>            FIELD            SHARE? N
      PASS         <end_sector_no>            FIELD            SHARE? N
      GOSUB    0CD .PIE SET SECT 3D DEPTH
      *        Check for error
      IF       0CD .PIE SET SECT 3D DEPTH     NE

Description:

This subroutine allows you to set the Sector 3D Depth for all pie sectors, a range of pie sectors, an individual pie sector, or the current pie sector.

If <3d_depth> is not received or is blank, then the "current" pie sector will be rendered with the default edge width. If <beg_sect_no> is "ALL" or "0" and <end_sect_no> is not received or is blank, then <3d_depth> applies to all pie sectors.

If <beg_sect_no> and <end_sect_no> are both received and are both numeric integers, then <3d_depth> applies to the range of pie sectors from <beg_sect_no> thru <end_sect_no> and is stored in the corresponding pie sector specs.

If <beg_sect_no> is received and is a numeric integer and <end_sect_no> is not received or is blank, then <3d_depth> applies only to the <beg_sect_no> pie sector and is stored in the <beg_sect_no> pie sector spec.

If <beg_sect_no> and <end_sect_no> are both not received or are blank, then <3d_depth> applies to the "current" pie sector and is stored in the "current" pie sector spec.

Any pie sector specs that are referenced but which do not exist are automatically created and initialized so that the <3d_depth> can be stored.

The last pie sector spec updated becomes the "current" pie sector spec.

Comments:

Read what other users have said about his page or add your own comments.


<--/commentPlugin-->

-- JeanNeron - 2011-09-30

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback