XYZSetLabelFormatΒΆ

XYZSetLabelFormat sets the label format for isolines, data points and the Full Load Line (WOT line).

bool = XYZSetLabelFormat(hData, rsFormat)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

Is the handle of a dataset created with XYZCreate.

rsFormat

The parameter rsFormat is positive for decimal numbers and negative for exponential numbers. The absolute value of rsFormat sets the number of decimal places.

id-1961069