Difference: CDPieSectorInitialize (1 vs. 4)

Revision 42012-02-24 - JeanNeron

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

.PIE SECT INITIALIZE

This subroutine is called to initialize or reinitialize a pie sector spec.

Revision 32011-11-11 - JeanNeron

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

.PIE SECT INITIALIZE

Line: 7 to 7
 

Usage:

      PASS         <chart_spec_name>          FIELD            SHARE? N

Changed:
<
<
GOSUB OCD .PIE SECT INITIALIZE
>
>
GOSUB 0CD .PIE SECT INITIALIZE
 
    • Check for error
Changed:
<
<
IF OCD .PIE SECT INITIALIZE NE
>
>
IF 0CD .PIE SECT INITIALIZE NE
 

Description:

This initializes or reinitializes the specified pie sector specification. Initialization removes all the formatting from the specified pie sector and everyting is reset to defaults.

Revision 22011-10-04 - JeanNeron

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

.PIE SECT INITIALIZE

Line: 8 to 8
 

Usage:

      PASS         <chart_spec_name>          FIELD            SHARE? N
      GOSUB    OCD .PIE SECT INITIALIZE

Changed:
<
<
    • Check for chart initiailization error
>
>
    • Check for error
  IF OCD .PIE SECT INITIALIZE NE

Description:

Revision 12011-10-03 - JeanNeron

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

.PIE SECT INITIALIZE

This subroutine is called to initialize or reinitialize a pie sector spec.


Usage:

      PASS         <chart_spec_name>          FIELD            SHARE? N
      GOSUB    OCD .PIE SECT INITIALIZE
      *        Check for chart initiailization error
      IF       OCD .PIE SECT INITIALIZE          NE

Description:

This initializes or reinitializes the specified pie sector specification. Initialization removes all the formatting from the specified pie sector and everyting is reset to defaults.

If a <pie_sector_no> is received, the specified sector for the "current" chart is removed (if it exists) and a new sector spec record is created and initialized with the same number.

If no <pie_sector_no> is received, the "current" pie sector spec for the "current" chart spec is removed and new pie sector spec is created and initialized with the same number.

The newly initialized sector spec is set to be the "current" sector spec.

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