XYZSetScatterLabelOffsetΒΆ
XYZSetScatterLabelOffset sets the offset of the z-labels in the scatter plot.
- bool = XYZSetScatterLabelOffset(hData, rvOffset)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hData
A handle for a dataset created with XYZCreate.
- rvOffset
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