Difference: CDPieSetShape (1 vs. 3)

Revision 32012-02-24 - JeanNeron

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

.PIE SET SHAPE

This subroutine is called to set the shape of the pie chart to be Standard or Donut.

Revision 22011-09-14 - JeanNeron

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

.PIE SET SHAPE

Line: 7 to 7
 

Usage:

      PASS         <pie_shape>                FIELD            SHARE? N
Changed:
<
<
GOSUB CHT .PIE SET SHAPE
>
>
GOSUB 0CD .PIE SET SHAPE
 
    • Check for error
Changed:
<
<
IF CHT .PIE SET SHAPE NE
>
>
IF 0CD .PIE SET SHAPE NE
 

Description:

This subroutine sets the shape of the "current" chart to be Standard or Donut.

Revision 12010-03-23 - SteveFrizzell

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

.PIE SET SHAPE

This subroutine is called to set the shape of the pie chart to be Standard or Donut.

Usage:

      PASS         <pie_shape>                FIELD            SHARE? N
      GOSUB    CHT .PIE SET SHAPE
      *        Check for error
      IF       CHT .PIE SET SHAPE             NE

Description:

This subroutine sets the shape of the "current" chart to be Standard or Donut.

The <pie_shape> value specifies the desired shape for the chart. The valid values for <pie_shape> are:

Standard
Donut

Passing this parameter is optional. If the <pie_shape> parameter is not passed or if the value passed is blank, then the pie chart is rendered as a normal pie chart.

This subroutine sets a result value in the corresponding results Token field.

Comments:

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

<--/commentPlugin-->

-- SteveFrizzell - 2010-03-23

 
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