XYZGetScatterLabelOffsetΒΆ

XYZGetScatterLabelOffset returns the offset of the z-labels in the scatter plot.

rvOffset = XYZGetScatterLabelOffset(hData)

Return Value

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.

Parameters

hData

A handle for a dataset created with XYZCreate.

id-387139