WaterfallPointType Enum
Lists types of Waterfall chart points.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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