LayerGetWaterfallOffsetΒΆ

LayerGetWaterfallOffset returns the width and height of a waterfall diagram.

rvOffset = LayerGetWaterfallOffset(hLayer)

Return Value

rvOffset is a vector with two elements:

Value Meaning
rvOffset[1] X coordinate in centimeter
rvOffset[2] Y coordinate in centimeter

Parameters

hLayer

hLayer is a handle of a diagram.

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-1120538