| Last updated: 2011-08-07 |
| Curve Fitting | index | previous | next |
| CurveFitting(seriesIndex;type) |
| Argument | required | type | range | default | notes |
| seriesIndex | int | 0..10000 | all | series indices | |
| type | int | -5..10 | linear | curve fitting constants |
| Examples: |
| CurveFitting(all;linear) |
| CurveFitting(2;3)// cubic curve |
| CurveFitting(1;pSpline) |
| Notes: |
| CurveFittingLineStyle(seriesIndex;type;width;color;pattern) |
| Argument | required | type | range | default | notes |
| seriesIndex | int | 0..10000 | all | series indices | |
| type | int | -5..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;numOfpSplineIntervals) |
| Argument | required | type | range | default | notes |
| seriesIndex | int | 0..10000 | all | series indices | |
| type | int | -5..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 | |
| numOfpSplineIntervals | int | 10..10000 | 100 |
| Examples: |
|
CurveFittingOptions(all;1;;on) |
| CurveFittingOptions(1;2;;;on) |
| CurveFittingOptions(1;pSpline;;;;50) |
| Notes: |
| ©2012 X2max Software | index | previous | next |