LayerSetWaterfallLabelFreqΒΆ

LayerSetWaterfallLabelFreq specifies how many datasets in a waterfall diagram should be labeled.

bool = LayerSetWaterfallLabel(hLayer, nLabelFreq)

Return Value

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

Parameters

hLayer

hLayer is the handle of a diagram.

nLabelFreq

nLabelFreq * specifies if every dataset should be labeled (*nLabelFreq = 1), every second dataset (nLabelFreq = 2) and so on.

id-1900934