LayerGetWaterfallAttribΒΆ

LayerGetWaterfallAttrib returns waterfall attributes.

nAttrib = LayerGetWaterfallAttrib(hLayer)

Return Value

nAttrib is an OR combination of the following values:

Value

Meaning

WATERFALL_CLOSEBOX

Close the diagram box with three lines (1)

WATERFALL_SHOWFRONTGRID

Display a front grid (2)

WATERFALL_REVERSORDER

Plot datasets in reverse order (4)

Parameters

hLayer

hLayer is the handle of a diagram.

id-283940