XYGetMarkerFrequenceΒΆ

XYGetMarkerFrequence.

nFreq = XYGetMarkerFrequence(hData)

Return Value

If nFreq is smaller or equal 1e6, the value specifies the marker frequency. Example: 20 means that every 20th data point will be marked.

If nFreq is greater than 1e6, the difference between nFreq and 1e6 is the number of markers which will be spread evenly over the visible range in the diagram. The datase must be monoton incresing. Example: The value 1000020 will display 20 markers.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

History

Version Description
R2014.3 Return value nFreq modified. Spread marker evenly.

id-365435