Skip to main content
All docs
V25.1
  • WaterfallPointType Enum

    Lists types of Waterfall chart points.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public enum WaterfallPointType

    Members

    Name Description
    Start

    Identifies the start Waterfall chart point.

    Subtotal

    Identifies the subtotal Waterfall chart point.

    Total

    Identifies the total Waterfall chart point.

    Remarks

    When a Waterfall series is bound to a data source, the SeriesPoint.Tag property of the start, subtotal, and total waterfall points stores the information about the point type (the WaterfallPointType enumeration value).

    See Also