.. highlightlang:: us .. _xysetdroppen: XYSetDropPen ============ .. index:: XYSetDropPen .. us.tag XYSetDropPen ENGLISH XYSet :ref:`XYSetDropPen` sets the drop line pen. .. function:: bool = XYSetDropPen(hData, hPen) .. 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`. .. uparam:: hPen *hPen* The handle of a pen created with :ref:`PenCreate` .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYGetDropPen`, :ref:`XYGetDropValue`, :ref:`XYShowFill`, :ref:`XYIsPolygonClosed`, :ref:`XYSetFillColor` :sub:`id-1864701`