XYClipΒΆ

XYClip clips the specified 2D dataset to the x-range displayed in the diagram.

bool = XYClip(hData)
bool = XYClip(hData, factor)

Return Value

bool

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

factor

factor.

History

Version Description
5.9 New.

id-314181