.. highlightlang:: us .. _xyshowhatch: XYShowHatch =========== .. index:: XYShowHatch .. us.tag XYShowHatch NOTREADYENGLISH XYSet :ref:`XYShowHatch` turns the hatch under the curve of a 2D datset on or off. The hatch will on be shown in a 2D dataset with less than 1025 data points. .. function:: bool = XYShowHatch(hData, bHatch) .. us.return **Return Value** *bool* is TRUE (1), when the function succeeds and FALSE (0), if it does not. .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. uparam:: bHatch *bHatch* .. seealso:: :ref:`overview-xy-datasets`, :ref:`TYCreate`, :ref:`XYCreate`, :ref:`XYIsHatchVisible` :sub:`id-1954428`