XYGetBarLabelPosΒΆ
XYGetBarAttrib returns the position of the label for 2D dataset bars.
- nPos = XYGetBarLabelPos(hData)
Return Value
nPos is one of the following values:
Value |
Meaning |
---|---|
1 |
Inside Bottom |
2 |
Inside Center |
3 |
Inside Top |
4 |
Outside Top |
Parameters
- nPos
History
Version |
Description |
---|---|
R2014.0 |
New. |
See also
id-917228