TYSetMinAndDelta sets the minimum value x-min and the distance delta between 2 x-coordinates.
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
The handle of a dataset created with TYCreate.
rvMinDelta is a vector with 2 elements: rvMinDelta[1] is the minimum value xmin; rvMinDelta[2] is the distance delta between 2 x-coordinates. rvMinDelta[2] must be greater than 0.
This parameter specifies if the function will access the original data or the filtered data.
| Value | Description |
|---|---|
| -1 | If filtered data is available it will access filtered data, otherwise it will access original data. Default value is -1. |
| 0 | Access original data. |
| 1 | Access filtered data. |
See also
Overview XY-Datasets, TYCreate, TYGetMinAndDelta, XYIsTYDataset
id-1441365