.. highlightlang:: us .. index:: XYGetBarLabelPos .. _xygetbarlabelpos: XYGetBarLabelPos ================ .. us.tag XYGetBarLabelPos NOTREADYENGLISH XYGet New5600 :ref:`XYGetBarAttrib` returns the position of the label for 2D dataset bars. .. function:: nPos = XYGetBarLabelPos(hData) .. us.return **Return Value** *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 .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. uparam:: nPos .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2014.0 - New. .. seealso:: :ref:`Overview-XY-Datasets`, :ref:`XYSetBarLabelPos` :sub:`id-917228`