.. highlightlang:: us .. _xyishatchvisible: XYIsHatchVisible ================ .. index:: XYIsHatchVisible .. us.tag XYIsHatchVisible NOTREADYENGLISH XYGet :ref:`XYIsHatchVisible` determines whether the area underneath the curve is filled with a hatch. .. function:: bVisible = XYIsHatchVisible(hData) .. us.return **Return Value** *bVisible* is TRUE (1), when the area under the curve is hatched and FALSE (0), if it is not. .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. seealso:: :ref:`overview-xy-datasets`, :ref:`TYCreate`, :ref:`XYCreate`, :ref:`XYShowHatch` :sub:`id-866383`