graphics.hlp (
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
_pg_chartscatter Functions
◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
The _pg_chartscatter function displays a scatter diagram for a
single series of data.
The _pg_chartscatterms function displays a scatter diagram for
more than one series of data.
The <xvalues> and <yvalues> arguments are two-dimensional arrays
containing data for the x axis and y axis, respectively. Columns
for each array hold data for individual series; thus the first
columns of <xvalues> and <yvalues> contain plot data for the first
series, the second columns contain plot data for the second
series, and so forth.
The <n>, <rowdim>, <nseries>, and <serieslabels> arguments fulfill
the same purposes they fulfill for the _pg_chartms function. See
_pg_chartms for an explanation of these arguments.
Return Value
The _pg_chartscatter and _pg_chartscatterms functions return 0
if there were no errors. A nonzero value indicates a failure.
-♦-