XYZShowLabelTransparentΒΆ

XYZShowLabelTransparent specifies if the isoline labels are plotted transparent or with a white background.

bool = XYZShowLabelTransparent(hData, bShow)

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.

bShow

bShow TRUE (1) if th labes should be plotted transparent. If set to FALSE (0) the labels are plotted on a white background rectangle.

Comment

The changes will come into effect after the function XYZUpdate is called.

History

Version Description
5.30.0 New.

id-2110111