XYGetMarkerΒΆ

XYGetMarker returns the marker (symbol) handle which is used to display the data points.

hMarker = XYGetMarker(hData)

Return Value

hMarker is the handle of the marker created with MarkerCreate or 0 if the function fails.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-920529