XYShowMarkerΒΆ

XYShowMarker turns data point symbols on or off.

bool = XYShowMarker(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 data point symbols should be shown and FALSE (0), when they should not.

id-239064