| Last updated: 2008-06-24 |
| Curve Fitting | index | previous | next |
| CurveFitting(seriesIndex;type) |
| Argument | required | type | range | default | notes |
| seriesIndex | int | 0..10000 | all | series indices | |
| type | int | -4..10 | linear | curve fitting constants |
| Examples: |
|
CurveFitting(all;linear) |
| CurveFitting(2;3)// cubic curve |
| Notes: |
| CurveFittingLineStyle(seriesIndex;type;width;color;pattern) |
| Argument | required | type | range | default | notes |
| seriesIndex | int | 0..10000 | all | series indices | |
| type | int | -4..10 | linear | curve fitting constants | |
| width | num[] | 0..100 | 1 | Dimension:[pt] | |
| color | rgba | 0..255 | black | color constants | |
| pattern | int | 1..128 | black | pattern constants |
| Examples: |
|
CurveFittingLineStyle(1;linear;2) |
| CurveFittingLineStyle(all;2;;blue) |
| Notes: |
| CurveFittingOptions(seriesIndex;type;doSwitchAxes;doExtrapolate; doForceThruZero) |
| Argument | required | type | range | default | notes |
| seriesIndex | int | 0..10000 | all | series indices | |
| type | int | -4..10 | linear | curve fitting constants | |
| doSwitchAxes | int | 0..1 | off | flag constants | |
| doExtrapolate | int | 0..1 | off | flag constants | |
| doForceThruZero | int | 0..1 | off | flag constants |
| Examples: |
|
CurveFittingOptions(all;1;;on) |
| CurveFittingOptions(1;2;;;;20) |
| Notes: |
| ©2008 X2max Software | index | previous | next |