XYZSetFillΒΆ

XYZSetFill switches the color gradient for the isoline diagram on or off.

bool = XYZSetFill(hData, bFill)

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 XYZCreate.

bFill

bFill is TRUE (1), when the areas between the isolines should be filled and otherwise FALSE (0).

Comment

Changes come into effect after the function XYZUpdate is called.

id-678790