XYSetDefaultΒΆ

XYSetDefault sets all dataset properties of 2D dataset to default.

bool = XYSetDefault(hData)

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.

Example

XYSetDefault(hData);
XYSetProps(hData, "marker-style='3' marker-size='0.3'");

id-2122783