Tags:
create new tag
view all tags

.PIE SET DATASET

This subroutine associates a dataset with the "current" pie chart.


Usage:

      PASS         <dataset_name>             FIELD            SHARE? N
      GOSUB    0CD .PIE SET DATASET
      *        Check for error
      IF       0CD .PIE SET DATASET           NE

Description:

This associates the named dataset with the "current" pie chart.

When a Pie chart is initialized via .CHART INITIALIZE, a default dataset is initialized for you (unless you have already initialized a dataset separately, see Datasets Overview for more information).

If you are working with multiple datasets, this routine allows you to link a particular dataset to the chart. That is the dataset that will be used when the chart is rendered.

If <dataset_name> is specified, it must refer to a previously initialized dataset or blank to refer to the default dataset for the chart. If you do not pass <dataset_name>, then whatever is the "current" dataset will be associated with the "current" chart.

After associating the dataset with the "current" chart, that dataset becomes the "current" dataset.

Comments:

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


-- JeanNeron - 2011-09-29

Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2012-02-24 - JeanNeron
 
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