[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Printing Charts - X Axis Problems



I'm having a problem printing out a chart.  The x-axis values don't correspond
to the first field of the first row in the array.  The array has 2 fields, both
numbers.  I can print out the table with the following proper values:

array position:   field1    field2
0                 0         1546
1                 1         7651
2                 2         8214
...                         ...

However, when I print the chart, the values are skewed:

field1    field2
1         1546
2         7651
3         8214
          ...

Any suggestions?

Also, what does the footnote in the "Chart-Array Field Type" table say for
columns not of type CHAR?  I've tried it both ways.  The x-axis always starts
with the value 1.  For example, if I don't use the first position and fill
the array with:

array position:   field1    field2
0                 0         0
1                 0         1546
2                 1         7651
3                 2         8214
...                         ...

It will plot:

field1    field2
1         0
2         1546
3         7651
4         8214
          ...

Thanks,

Toni Iacobo