Skip to main content
All docs
V26.1
  • WaterfallSeries.DataLabels Property

    Returns data label settings for the waterfall series.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public WaterfallDataLabels DataLabels { get; }

    Property Value

    Type Description
    WaterfallDataLabels

    A WaterfallDataLabels object. The constructor initializes this property with a new instance.

    Remarks

    For additional information on how to customize data labels, refer to the following help topic: Customize Series Data Labels with DevExpress Presentation API.

    See Also