.. highlightlang:: us .. index:: XYGetProps .. _xygetprops: XYGetProps ========== .. us.tag XYGetProps NOTREADYENGLISH New403 XYGet :ref:`XYGetProps` returns a string with properties of an x/y dataset. .. function:: ssProps = XYGetProps(hData) ssProps = XYGetProps(hData, bDefault) .. us.return **Return Value** *ssProps* is a scalar string with properties of a 2D dataset (x/y). .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. uparam:: bDefault If *bDefault* is FALSE (0) or if the parameter is not specified only the properties that are different from the default properties are returned. If *bDefault* is TRUE (1) all properties are returned. .. us.example **Example** :: XYGetProps(hData) marker-style='3' marker-size='0.3' .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYSetProps`, :ref:`XYSetDefault`, :ref:`XYZGetProps` :sub:`id-1144478`