.CHART INITIALIZE

This subroutine is called to initialize or reinitialize a chart spec.

Usage:

PASS <chart_type> FIELD SHARE? N
PASS <chart_spec_name> FIELD SHARE? N
GOSUB CHT .CHART INITIALIZE
* Check for chart initialization error
IF CHT .CHART INITIALIZE NE

Description:

<chart_type> identifies the type of chart that is to be initialized. Passing this parameter is required. The valid values for <chart_type> are:

Angular Meter
Finance Chart
Linear Meter
Multi Chart
Pie Chart
Polar Chart
Pyramid Chart
Surface chart
XY Chart

<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.

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 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.

The newly initialized chart spec become the "current" 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.

-- SteveFrizzell - 2010-02-15

Edit | Attach | Watch | Print version | History: r15 | r7 < r6 < r5 < r4 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r5 - 2010-03-17 - SteveFrizzell
 
  • Edit
  • Attach
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