.. highlightlang:: us .. index:: LayerSetWaterfallLabelFreq .. _layersetwaterfalllabelfreq: LayerSetWaterfallLabelFreq ========================== .. us.tag LayerSetWaterfallLabelFreq NOTREADYENGLISH LayerWaterfall LayerAxisLabel :ref:`LayerSetWaterfallLabelFreq` specifies how many datasets in a waterfall diagram should be labeled. .. function:: bool = LayerSetWaterfallLabel(hLayer, nLabelFreq) .. us.return **Return Value** *bool* is TRUE (1) if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hLayer *hLayer* is the handle of a diagram. .. uparam:: nLabelFreq *nLabelFreq * specifies if every dataset should be labeled (*nLabelFreq* = 1), every second dataset (*nLabelFreq* = 2) and so on. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`LayerGetWaterfallLabelFreq`, :ref:`LayerGetWaterfallLabelType`, :ref:`LayerSetDiagramType` :sub:`id-1900934`