XYZGetBubbleScaleValuesΒΆ

XYZGetBubbleSize returns the bubble scaling values.

rvZMinMax = XYZGetBubbleScaleValues(hData)

Return Value

rvZMinMax is a vector with 2 elements:

Value Meaning
rvZMinMax[1] z value for the minimum bubble size.
rvZMinMax[2] z value for the minimum bubble size.

Parameters

hData

Is the handle of a data set created with XYZCreate.

id-867262