LayerSetWaterfallLabelTypeΒΆ

LayerSetWaterfallLabelType specifies how the datasets in a waterfall diagram should be labeled.

bool = LayerSetWaterfallLabelType(hLayer, nLabelType)

Return Value

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

Parameters

hLayer

hLayer is the handle of a diagram.

nLabelType

nLabelType is one of the following values:

Value

Meaning

WATERFALL_NOLABEL

No Labels (0)

WATERFALL_LABELNUMBER

Enumerate datasets (1)

WATERFALL_LABELNAME

Label datasets with its name (2)

WATERFALL_LABELLEGENDTEXT

Label datasets with its legend text (3)

id-1864378