XYShowLineΒΆ

XYShowLine turns the dataset curve on or off.

bool = XYShowLine(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 TRUE (1), when the dataset should appear as a curve and FALSE (0), when the curve should not be shown.

id-703398