XYGetBarWidthPosΒΆ

XYGetBarWidthPos returns the width and offset of 2D dataset bars.

rvWidthPosType = XYGetBarWidthPos(hData)

Return Value

rvWidthPosType is a vector with 3 elements:

Value

Meaning

rvWidthPosType[1]

Width in centimeters or a percentage of the diagram width.

rvWidthPosType[2]

Offset in centimeters.

rvWidthPosType[3]

0 = width in percent, 1 = width in centimeters.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-161140