XYZSetMarkerLabelFontΒΆ

XYZSetMarkerLabelFont sets the font for data point labels.

bool = XYZSetMarkerLabelFont(hData, hFont)

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.

hFont

hFont is the handle of the font created with FontCreate.

id-826396