XYSetSplineΒΆ

XYSetSpline determines if the data points should be connected with a spline or a polygon.

bool = XYSetSpline(hData, bSpline)

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.

bSpline

bSpline is TRUE (1), when the data points should be connected with a spline and FALSE (0), when they should be connected with a polygon.

id-1906805