XYZShowMaxMarkerΒΆ

XYZShowMaxMarker shows or hides a symbol with label marking the largest z-value data point.

bool = XYZShowMaxMarker(hData, bShow)

Return Value

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

Parameters

hData

hData is the handle of a xyz-dataset created with XYZCreate.

bShow

bShow is TRUE (1), when the largest z-value data point should be marked and FALSE (0), when it should not.

id-1258717