XYZShowMinMarkerΒΆ
XYZShowMinMarker shows or hides a symbol with a label to mark the data point with the smallest z-value.
- bool = XYZShowMinMarker(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 dataset created with XYZCreate.
- bShow
bShow is TRUE (1), when the smallest z-value should be labeled, and FALSE (0), when it should not.
See also
id-1072591