XYZShowBubbleΒΆ

XYZShowBubble shows or hides bubbles marking the original position of the data points. The bubble size and fill color can depend on the Z-Value.

bool = XYZShowBubble(hData, bVisible)

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.

bVisible

If bVisible is TRUE (1) the bubbles will be displayed and if bVisible is FALSE (0) the bubbles will not be displayed.

id-1294089