XYZSetMarkerΒΆ

XYZSetMarker sets the symbol style for the scatter plot.

bool = XYZSetMarker(hData, hMarker)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

Is the handle of the dataset created with XYZCreate.

hMarker

hMarker Is the handle of the symbol created with MarkerCreate.

id-24134