XYGetBarLabelFormatΒΆ

XYGetBarLabelFormat returns the number format of the bar labels.

nFormat = XYGetBarLabelFormat(hData)

Return Value

nFormat is a number in the range -10 to 10. The absolute value specifies the number of decimal places. Negative numbers specifies an e-format.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

History

Version Description
R2014.0 New.

id-466040