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

    Label settings for an individual point in a waterfall series.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public class WaterfallDataLabel :
        DataLabelEx

    The following members return WaterfallDataLabel objects:

    Remarks

    using DevExpress.Docs.Office;
    
    // Show the value and place the label outside the point.
    waterfallSeries.DataLabels[0] = new WaterfallDataLabel { ShowValue = true, LabelPosition = WaterfallDataLabelPosition.OutsideEnd };
    

    Implements

    Inheritance

    See Also