XYShowDropLineΒΆ

XYShowDropLine turns the drop line on or off. Drop lines will be drawn from a data point to the ground line.

bool = XYShowDropLine(hData, bShow)

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.

bShow

bShow is the height of the ground line.

id-1282577