.. highlightlang:: us .. index:: XYClip .. _xyclip: XYClip ====== .. us.tag XYClip ENGLISH XYSet New590 :ref:`XYClip` clips the specified 2D dataset to the x-range displayed in the diagram. .. function:: bool = XYClip(hData) bool = XYClip(hData, factor) .. us.return **Return Value** *bool* .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. uparam:: factor *factor*. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.9 - New. .. seealso:: :ref:`overview-xy-datasets`, :ref:`TYCreate`, :ref:`XYCreate`, :ref:`XYReload` :sub:`id-314181`