Skip to main content
All docs
V26.1
  • WaterfallDataLabelPosition Enum

    Lists positions for waterfall data labels.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum WaterfallDataLabelPosition

    Members

    Name Description
    Center

    Centers the label inside the data point shape.

    InsideBase

    Places the label inside the data point at the base edge.

    InsideEnd

    Places the label inside the data point at the end edge.

    OutsideEnd

    Places the label outside the data point at the end edge.

    Default

    Uses automatic label placement.

    Related API Members

    The following properties accept/return WaterfallDataLabelPosition values:

    See Also