XYSetBarWidthPosΒΆ

XYSetBarWidthPos sets the width and offset of 2D dataset bars.

bool = XYSetBarWidthPos(hData, rvWidthPos)

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.

rvWidthPos

rvWidthPos 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.

id-876842