.. highlightlang:: us .. _xyshowmarkerorgdata: XYShowMarkerOrgData =================== .. index:: XYShowMarkerOrgData .. us.tag XYShowMarkerOrgData xy.data New400 :ref:`XYShowMarkerOrgData` specifies if the dataset markers are displayed for the original data or the filtered data. .. function:: bool = XYShowMarkerOrgData(hData, bMarkerOrgData) .. us.return **Return Value** *bool*. .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. uparam:: 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 :ref:`XYShowMarker` to enable the display or markers. .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYSetFilterFunctions`, :ref:`XYIsMarkerOrgData`, :ref:`XYShowMarker` :sub:`id-1110050`