.. highlightlang:: us .. index:: XYSetBarLabelPos .. _xysetbarlabelpos: XYSetBarLabelPos ================ .. us.tag XYSetBarLabelPos NOTREADYENGLISH XYSet NEW5600 :ref:`XYSetBarAttrib` sets the position of the label for 2D dataset bars in a category plot. .. function:: bool = XYSetBarLabelPos(hData, nPos) .. 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:: nPos *nPos* is one of the following values: .. list-table:: :header-rows: 1 * - Value - Meaning * - 1 - Inside Bottom * - 2 - Inside Center * - 3 - Inside Top * - 4 - Outside Top .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYGetBarLabelPos` :sub:`id-1963254`