XYSetDropPenΒΆ

XYSetDropPen sets the drop line pen.

bool = XYSetDropPen(hData, hPen)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

hPen

hPen The handle of a pen created with PenCreate

id-1864701