Previous topic

XYSetMarker

Next topic

XYSetNewData

This Page

XYSetMarkerFrequenceΒΆ

XYSetMarkerFrequence sets the marker frequency.

bool = XYSetMarkerFrequence(hData, nFreq)

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.

nFreq

If nFreq = 1, all data points will be marked. For a value of 2 only every second data point will be marked. For a value of 3 every third data point will be marked, and so on.

id-447355