XYZIsMarkerVisibleΒΆ

XYZIsMarkerVisible returns a nonzero value if the markers (scatter plot) are visible; otherwise 0.

bVisible = XYZIsMarkerVisible(hData)

Return Value

If bVisible is TRUE (1) the bubbles are displayed and if bVisible is FALSE (0) the bubbles are not displayed. .. us.params

Parameters

hData

The handle of a dataset created with XYZCreate.

id-496005