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

hData

The handle of a dataset created with XYCreate or TYCreate.

nPos

History

Version

Description

R2014.0

New.

id-917228