.. highlightlang:: us .. _xyshowbar: XYShowBar ========= .. index:: XYShowBar .. us.tag XYShowBar NOTREADYENGLISH XYSet :ref:`XYShowBar` turns the bars of a 2D dataset on or off. Bars are only shown in datasets with less than 1025 data points. .. function:: bool = XYShow(hData, bShow) .. us.return **Return Value** *bool* is TRUE (1), when the bars are visible FALSE (0), if they are not. .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. uparam:: bShow *bShow* .. seealso:: :ref:`overview-xy-datasets`, :ref:`TYCreate`, :ref:`XYCreate`, :ref:`XYIsBarVisible` :sub:`id-750434`