Difference: CDLayerAddDataSetTemplate (1 vs. 4)

Revision 42012-02-19 - JeanNeron

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

.LAYER ADD DATASET TM

This subroutine adds a Data Set Template to the current Data Group.

Revision 32011-12-22 - JeanNeron

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

.LAYER ADD DATASET

>
>

.LAYER ADD DATASET TM

  This subroutine adds a Data Set Template to the current Data Group.


Usage:

      PASS         <data_set_name>            FIELD            SHARE? N

Changed:
<
<
GOSUB 0CD .LAYER ADD DATASET IF 0CD .LAYER ADD DATASET NE
>
>
GOSUB 0CD .LAYER ADD DATASET TM IF 0CD .LAYER ADD DATASET TM NE
 

Description:

Line: 27 to 27
 
<--/commentPlugin-->

-- JeanNeron - 2011-11-03 \ No newline at end of file

Added:
>
>
META TOPICMOVED by="JeanNeron" date="1324588300" from="Main.CDLayerAddDataSet" to="Main.CDLayerAddDataSetTemplate"

Revision 22011-11-25 - JeanNeron

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

.LAYER ADD DATASET

Line: 6 to 6
 

Usage:

Changed:
<
<
* Opt PASS <data_set_name> FIELD SHARE? N * GOSUB 0CD .LAYER ADD DATASET * IF 0CD .LAYER ADD DATASET NE
>
>
      PASS         <data_set_name>            FIELD            SHARE? N
      GOSUB    0CD .LAYER ADD DATASET
      IF       0CD .LAYER ADD DATASET         NE

 
Deleted:
<
<
 

Description:

Revision 12011-11-03 - JeanNeron

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

.LAYER ADD DATASET

This subroutine adds a Data Set Template to the current Data Group.


Usage:

* Opt PASS <data_set_name> FIELD SHARE? N * GOSUB 0CD .LAYER ADD DATASET * IF 0CD .LAYER ADD DATASET NE

Description:

This subroutine adds a data set template to the current data group. The chart must have been initialized as an "XY Chart" via .CHART INITIALIZE, a layer created via .XY ADD BAR LAYER and a data group added via .LAYER ADD DATA GROUP before calling this routine.

<data_set_name> is optional. If passed, it will become the name of this data set template.

The data set template becomes the "current" data set template.

See Datasets Overview for more information on working with data.

Comments:

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


<--/commentPlugin-->

-- JeanNeron - 2011-11-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