XYIsSplineΒΆ

XYIsSpline determines whether the data points are connected by a spline.

bSpline = XYIsSpline(hData)

Return Value

If bSpline is TRUE (1), the datapoints are joined with a spline, and if FALSE (0), the lines are connected with a polygon.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-1538810