Namespace: PP.TS.Ui;
The TsSpliceType enumeration contains series splice types.
It is used by the SpliceMethodWizard.CurrentState and TSService.updateCalculatedRow methods.
Value |
Brief description |
Butt |
Splice technique without data transformation. The first part of the resulting series consists of the values of the first area up to the point that starts the second area; the second part of the resulting series consists of the vales of the second area up to the point that starts the third area, and so on. |
Pch |
Technique of splicing data with the rates of change. |
Ratio |
Technique of splicing data with growth rate. To use this, method, series areas to splice must overlap. |
See also: