XYZShowLabelInLineColorΒΆ

XYZShowLabelInLineColor determines that the isoline labels will be plotted in the same color as the isolines.

bool = XYZShowLabelInLineColor(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 is TRUE (1) when the labels should be plotted the same color as isolines and FALSE (0) when the labels should be plotted in another chosen color.

id-2040859