LayerGetWaterfallLabelType returns the label type. The label type specifies how the datasets in waterfall diagram should be labeled.
Return Value
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 it legend text (3) |
Parameters
hLayer is a handle of a diagram.
id-620419