LayerSetWaterfallOffsetΒΆ

LayerSetWaterfallOffset sets the width and height of a waterfall diagram.

bool = LayerSetWaterfallOffset(hLayer, rvOffset)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hLayer

hLayer is a handle of a diagram.

rvOffset

rvOffset is a vector with two elements:

Value Meaning
rvOffset[1] x-coordinate in centimeters
rvOffset[2] y-coordinate in centimeters

Comment

The width of a waterfall diagram is the distance between the right corner of the first diagram and the right corner of the last diagram. The height is the distance between the top of the first diagram and the top of the last diagram.

id-1988890