Back to Devexpress

WaterfallPointType Enum

corelibraries-devexpress-dot-xtracharts-cdf1b3a5.md

latest1.3 KB
Original Source

WaterfallPointType Enum

Lists types of Waterfall chart points.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public enum WaterfallPointType
vb
Public Enum WaterfallPointType

Members

NameDescription
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

DevExpress.XtraCharts Namespace