Difference: CDOverviewChartDesign (5 vs. 6)

Revision 62013-05-28 - JeanNeron

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

Chart Design Overview

Line: 14 to 14
 
    • Render chart SET --- TEMP 256 = /tmp/piechart.png PASS --- TEMP 256 FIELD SHARE? Y
Changed:
<
<
GOSUB 0CD .CHART RENDER
>
>
SUBR 0CD .CHART RENDER SUBPROCESS END? N FAIL 0

 
DefaultPieChart.png
Line: 60 to 62
 
    • ============================================================ SET --- TEMP 256 = /tmp/piechart.png PASS --- TEMP 256 FIELD SHARE? Y
Changed:
<
<
GOSUB 0CD .CHART RENDER
>
>
SUBR 0CD .CHART RENDER SUBPROCESS END? N FAIL 0
 


piechart.png

Added:
>
>
Also notice the use of SUBR instead of GOSUB to call the chart rendering subroutine. This is a large process and compile times/sizes will be reduced if you call it as a separate process instead of including it in your process with a GOSUB.
 

Comments

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

 
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