XYSetBarLabelPosΒΆ

XYSetBarAttrib sets the position of the label for 2D dataset bars in a category plot.

bool = XYSetBarLabelPos(hData, nPos)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

nPos

nPos is one of the following values:

Value Meaning
1 Inside Bottom
2 Inside Center
3 Inside Top
4 Outside Top

id-1963254