.. highlightlang:: us .. _xysetbarhatch: XYSetBarHatch ============= .. index:: XYSetBarHatch .. us.tag XYSetBarHatch NOTREADYENGLISH XYSet :ref:`XYSetBarHatch` sets the hatch style for bars. .. function:: bool = XYSetBarHatch(hData, hHatch) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. uparam:: hHatch *hHatch* .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYGetBarHatch` :sub:`id-1340532`