Previous topic

XYShowMarker

Next topic

XYThresholdCreate

This Page

XYShowMarkerOrgDataΒΆ

XYShowMarkerOrgData specifies if the dataset markers are displayed for the original data or the filtered data.

bool = XYShowMarkerOrgData(hData, bMarkerOrgData)

Return Value

bool.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

bMarkerOrgData

If bMarkerOrgData is TRUE (1) the marker are displayed for the original data. If bMarkerOrgData is FALSE (0) the marker are displayed for the filtered data. Use XYShowMarker to enable the display or markers.

id-1110050