XYZGetMarkerΒΆ

XYZGetMarker returns a copy of the marker handle used for the scatter plot.

hMarker = XYZGetMarker(hData)

Return Value

hMarker is the marker handle. Must be freed with MarkerDestroy.

Parameters

hData

A handle for a dataset created with XYZCreate.

id-1267933