Difference: CDChartInitialize (9 vs. 10)

Revision 102010-04-08 - 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 an "unnamed" chart is initialized. If an "unnamed" chart has been previously initialized, then the previously initialized "unnamed" chart is reinitialized clearing all previously set values.
>
>
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 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.
Line: 30 to 30
 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;
Changed:
<
<
    • otherwise, if an "unnamed" dataset exists
>
>
    • otherwise, if the "default" dataset exists
 
      • then that dataset is associated with the Pie Chart;
Changed:
<
<
      • otherwise, an "unnamed" dataset is initialized and is associated with the Pie Chart.
>
>
      • otherwise, the "default" dataset is initialized and is associated with the Pie Chart.
  When a dataset is associated with the newly initialized chart, then that dataset becomes the "current" dataset.
 
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