XYIsDropLineVisibleΒΆ

XYIsDropLineVisible determines whether drop lines are visible.

bDropLine = XYIsDropLineVisible(hData)

Return Value

bDropLine is TRUE (1), when the drop lines appear below the data points and FALSE (0), if they do not appear.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-130852