Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WaterfallLabelPosition Enum

Lists the values used to specify the position of Waterfall labels.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public enum WaterfallLabelPosition

#Members

Name Description
Auto

The label position is defined based on the series count. Labels are outside waterfall bars if the chart shows a single waterfall series. Labels are positioned in the bar center if the chart shows multiple waterfall series.

Center

Labels are displayed in the center of waterfall bars.

WaterfallSeriesLabelPosition_Center

InsideEnd

Labels are displayed inside waterfall bars, at the bottom of falling bars and at the top of rising bars.

WaterfallSeriesLabelPosition_InsideEnd

InsideStart

Labels are displayed inside waterfall bars, at the bottom of rising bars and at the top of falling bars.

WaterfallSeriesLabelPosition_InsideStart

#Remarks

Use the WaterfallLabelPosition enumeration values to set the WaterfallSeries2D.LabelPosition property.

See Also