Difference: CDChartInitialize (10 vs. 11)

Revision 112010-04-09 - SteveFrizzell

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

.CHART INITIALIZE

Line: 21 to 21
  <chart_spec_name> is the name which uniquely identifies the chart spec which is to be initialized. The <chart_spec_name> may be up to 30 characters in length and may contain the letters A-Z, the digits 0-9, and spaces. Passing this parameter is optional.
Changed:
<
<
If the <chart_spec_name> parameter is not passed, then the "default" chart is initialized. If the "default" chart has been previously initialized, then the previously initialized "default" chart is reinitialized clearing all previously set values.
>
>
If the <chart_spec_name> parameter is not passed, then a chart with no name is initialized. If a chart with no name has been previously initialized, then the previously initialized chart is reinitialized clearing all previously set values.
  If the <chart_spec_name> parameter is passed, then a chart with the specified name is initialized. If a chart with the specified name has been previously initialized, then the previously initialized chart is reinitialized clearing all previously set values.
Changed:
<
<
The newly initialized chart spec become the "current" chart.
>
>
The newly initialized chart become the "current" chart.
 
Changed:
<
<
If <chart_type> is Pie Chart, then this subroutine will associate a dataset with the newly initialized Pie Chart as follows:
>
>
If <chart_type> is "Pie Chart", then this subroutine will associate a dataset with the newly initialized Pie Chart as follows:
 
  • If a "current" dataset exists,
    • then that dataset is associated with the Pie Chart;
    • otherwise, if the "default" dataset exists
      • then that dataset is associated with the Pie Chart;
      • otherwise, the "default" dataset is initialized and is associated with the Pie Chart.
Changed:
<
<
When a dataset is associated with the newly initialized chart, then that dataset becomes the "current" dataset.
>
>
When a dataset is associated with the newly initialized chart, that dataset becomes the "current" dataset.
  This subroutine sets a result value in the corresponding results Token field.

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