XYGetPenΒΆ

XYGetPen returns the pen handle for the creation of a 2D dataset curve.

hPen = XYGetPen(hData)

Return Value

hPen is the handle of a pen created with PenCreate. If the pen is not used anymore, it should be deleted with the PenDestroy function.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-609236