LayerSetWaterfallAttribΒΆ

LayerSetWaterfallAttrib sets waterfall attributes.

bool = LayerSetWaterfallAttrib(hLayer, nAttrib)

Return Value

bool is TRUE (1) if the function was successful and otherwise FALSE (0).

Parameters

hLayer

hLayer is the handle of a diagram.

nAttrib

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)

id-333092