.. highlightlang:: us .. index:: LayerGetWaterfallOffset .. _layergetwaterfalloffset: LayerGetWaterfallOffset ======================= .. us.tag LayerGetWaterfallOffset NOTREADYENGLISH LayerWaterfall :ref:`LayerGetWaterfallOffset` returns the width and height of a waterfall diagram. .. function:: rvOffset = LayerGetWaterfallOffset(hLayer) .. us.return **Return Value** *rvOffset* is a vector with two elements: .. list-table:: :header-rows: 1 * - Value - Meaning * - rvOffset[1] - X coordinate in centimeter * - rvOffset[2] - Y coordinate in centimeter .. us.params **Parameters** .. uparam:: hLayer *hLayer* is a handle of a diagram. .. us.comment **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. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerGet3DViewType`, :ref:`LayerSetWaterfallOffset` :sub:`id-1120538`