Skip to main content
All docs
V26.1
  • WaterfallDataLabels Class

    Label settings for points in a waterfall series.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public class WaterfallDataLabels :
        DataLabelsEx

    The following members return WaterfallDataLabels objects:

    Remarks

    The following code snippet displays labels outside the waterfall data points:

    using DevExpress.Docs.Office;
    
    // Show the value and place the label outside the data point.
    waterfallSeries.DataLabels.ShowValue = true;
    waterfallSeries.DataLabels.LabelPosition = WaterfallDataLabelPosition.OutsideEnd;
    

    Inheritance

    See Also