.. highlightlang:: us .. _xysetdefault: XYSetDefault ============ .. index:: XYSetDefault .. us.tag XYSetDefault NOTREADYENGLISH New403 XYSet :ref:`XYSetDefault` sets all dataset properties of 2D dataset to default. .. function:: bool = XYSetDefault(hData) .. 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`. .. us.example **Example** :: XYSetDefault(hData); XYSetProps(hData, "marker-style='3' marker-size='0.3'"); .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYSetProps`, :ref:`XYGetProps` :sub:`id-2122783`