XYSetSelectΒΆ

XYSetSelect selects a dataset. The selected dataset will be marked in the diagram with a small rectangle.

bool = XYSetSelect(hData, bSelect)

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.

bSelect

bSelect is TRUE (1), when the dataset should be selected and FALSE (0), if it should not.

id-1531891