XYZSetBubbleSizeΒΆ

XYZSetBubbleSize sets the bubble size in centimeters.

bool = XYZSetBubbleSize(hData, rSize)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

Is the handle of a data set created with XYZCreate.

rvSize

rvSize is a vector with 2 elements:

Value Meaning
rvSize[1] Bubble diameter in centimeters for the minimum z value.
rvSize[2] Bubble diameter in centimeters for the maximum z value. Maximum 25 centimeters.

Vales between minimum and maximum will be interpolated.

id-1775290