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
- nPos
nPos is one of the following values:
Value
Meaning
1
Inside Bottom
2
Inside Center
3
Inside Top
4
Outside Top
See also
id-1963254