XYSetBarLabelFormatΒΆ

XYSetBarLabelFormat sets the label format for bars in a category plot.

bool = XYSetBarLabelFormat(hData, nFormat)

Return Value

Is TRUE (1), if the function was successful and otherwise FALSE (0).

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

nFormat

The parameter nFormat is positive for decimal numbers and negative for exponential numbers. The absolute value of rsFormat sets the number of decimal places.

History

Version Description
R2014.0 New.

id-471160