| Last updated: 2010-06-05 |
| Data | index | previous | next |
| ChartData(dataSeries1;dataSeries2...) |
| Argument | required | type | range | default | notes |
| dataSeries1..10000 | num[] | -9e99..+9e99 | max. 10000 series |
| Examples: |
| ChartData(12 56 -34 67 22) |
| ChartData(2 3 1.32 9; -0.2 5 0 3 8; 1 4 .2) |
| ChartData(2005-12-31 2006-01-22; 2006-12-12) |
| ChartData(12/31/2005&14:00 12/31/2005&18:15 1/1/2006&7:53) |
| Notes: |
| ChartDataLowerLimits(minValue1;minValue2...) |
| Argument | required | type | range | default | notes |
| minValue1..10000 | num | -9e99..+9e99 | -9e99 | max. 10000 values |
| Examples: |
|
ChartDataLowerLimits(0) |
| ChartDataLowerLimits(0;0.1) |
| Notes: |
| ChartDataOptions(scanDirection) |
| Argument | required | type | range | default | notes |
| scanDirection | int | 1..2 | xxyy | scan directions |
| Examples: |
|
ChartDataOptions(xyxy) |
| ChartData(23 45;34 67;11 76;12 56;44 21) |
| Notes: |
| Place ChartDataOptions() before ChartData()! |
| ChartDataRead(fileName;doTranspose;seriesSeparator;elementSeparator) |
| Argument | required | type | range | default | notes |
| fileName | | str | 1..1000 | max. 1000 chars. | |
| doTranspose | int | 0..1 | off | flag constants | |
| seriesSeparator | str | 1..1 | "\n" | ||
| elementSeparator | str | 1..1 | "\t" |
| Examples: |
|
ChartDataRead("Data/PlotData.dat") |
| ChartDataRead("Macintosh HD/Data/PlotData.dat") |
| ChartDataRead("C:/Programs/Data/plotdata.txt";;";";" ") |
| Notes: |
| ChartDataUpperLimits(maxValue1;maxValue2...) |
| Argument | required | type | range | default | notes |
| maxValue1..10000 | num | -9e99..+9e99 | +9e99 | max. 10000 values |
| Examples: |
|
ChartDataUpperLimits(0) |
| ChartDataUpperLimits(9999) |
| Notes: |
| ChartDataWrite(fileName;fileFlag;creatorType;doTranspose;seriesSeparator; elementSeparator;formatSpecifier1;formatSpecifier2...) |
| Argument | required | type | range | default | notes |
| fileName | | str | 1..1000 | max. 1000 chars. | |
| fileFlag | int | 1..3 | addCounter | file flags | |
| creatorType | str | 4..4 | "????" | Mac OS X only | |
| doTranspose | int | 0..1 | off | flag constants | |
| seriesSeparator | str | 1..1 | "\n" | ||
| elementSeparator | str | 1..1 | "\t" | ||
| formatSpecifier1..100 | str | 0..1000 | "|u|" | format specifiers |
| Examples: |
| ChartDataWrite("C:/Programs/Data/exportdata.txt") |
|
ChartDataWrite("Macintosh HD/Data/Plots/data_01) |
| ChartDataWrite("ChartData";replace;;;";";" ";"|i0|";"|f2|") |
| Notes: |
| ©2010 X2max Software | index | previous | next |