XYIsMarkerVisibleΒΆ

XYIsMarkerVisible determines whether the datapoint symbols are visible.

bVisible = XYIsMarkerVisible(hData)

Return Value

bVisible is TRUE (1), when the data point symbols are visible, and FALSE (0), if they are not.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-1700288