.. highlightlang:: us .. index:: XYGetBarLabelFont .. _xygetbarlabelfont: XYGetBarLabelFont ================= .. us.tag XYGetBarLabelFont NOTREADYENGLISH XYGet New5600 :ref:`XYGetBarLabelFont` returns the font of a 2D dataset bar label. .. function:: hFont = XYGetBarLabelFont(hData) .. us.return **Return Value** *hFont* is the handle of the font. After using the font it should be deleted with the :ref:`FontDestroy` function. .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2014.0 - New. .. seealso:: :ref:`Overview-XY-Datasets`, :ref:`XYSetBarLabelFont`, :ref:`FontDialog` :sub:`id-459680`