.. highlightlang:: us .. _xyzsetmarkerlabelfont: XYZSetMarkerLabelFont ===================== .. index:: XYZSetMarkerLabelFont .. us.tag XYZSetMarkerLabelFont ENGLISH XYZSet_scatter :ref:`XYZSetMarkerLabelFont` sets the font for data point labels. .. function:: bool = XYZSetMarkerLabelFont(hData, hFont) .. 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 Is the handle of a dataset created with :ref:`XYZCreate`. .. uparam:: hFont *hFont* is the handle of the font created with :ref:`FontCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate`, :ref:`XYZGetMarkerLabelFont` :sub:`id-826396`