Skip to main content
A newer version of this page is available. .
All docs
V21.2

WaterfallPointType Enum

Lists types of Waterfall chart points.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.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