XYGetBarLabelFontΒΆ

XYGetBarLabelFont returns the font of a 2D dataset bar label.

hFont = XYGetBarLabelFont(hData)

Return Value

hFont is the handle of the font. After using the font it should be deleted with the FontDestroy function.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

History

Version Description
R2014.0 New.

id-459680