Difference: CDPieSetSectorLayout (1 vs. 3)

Revision 32012-02-24 - JeanNeron

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

.PIE SET LAYOUT

This subroutine sets the starting angle of the first sector and the direction for subsequent sectors for the "current" chart.

Revision 22011-11-11 - JeanNeron

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

.PIE SET LAYOUT

Line: 10 to 10
  PASS <layout_clockwise> FIELD SHARE? N GOSUB 0CD .PIE SET LAYOUT
    • Check for error
Changed:
<
<
IF 0CD .PIE SET LAYOUT NE
>
>
IF 0CD .PIE SET LAYOUT NE
 

Description:

This subroutine sets both the starting angle for first sector of the "current" chart as well as the direction for subsequent sectors.

Revision 12011-10-03 - JeanNeron

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

.PIE SET LAYOUT

This subroutine sets the starting angle of the first sector and the direction for subsequent sectors for the "current" chart.


Usage:

      PASS         <starting_angle>             FIELD            SHARE? N
      PASS         <layout_clockwise>           FIELD            SHARE? N
      GOSUB    0CD .PIE SET LAYOUT
      *        Check for error
      IF       0CD .PIE SET LAYOUT            NE

Description:

This subroutine sets both the starting angle for first sector of the "current" chart as well as the direction for subsequent sectors.

The <starting_angle> must be between 0 and 359 degrees. The <layout_clockwise> must be either true or false to indicate whether subsequent sectors should be laid out clockwise or not.

Also see .PIE SET LAYOUT:ANGLE to set the angle or .PIE SET LAYOUT:DIR to set the direction individually.

Passing a blank value, or not passing anything will result in the default values being used.

Comments:

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


<--/commentPlugin-->

-- JeanNeron - 2011-10-03

 
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