XYIsLineVisibleΒΆ

XYIsLineVisible checks whether the data points are connected by lines.

bool = XYIsLineVisible(hData)

Return Value

bool is TRUE (1), when the data points are joined by a line, and FALSE (0), if they are not.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-1171203