XYZSetScatterLabelOffset sets the offset of the z-labels in the scatter plot.
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
A handle for a dataset created with XYZCreate.
rvOffset is a vector with two elements:
| Value | Meaning |
|---|---|
| rvOffset[1] | x-offset of the z-values in the scatter plot in centimeters. |
| rvOffset[2] | y-offset of the z-values in the scatter plot in centimeters. |
id-1993921