Back to Devexpress

WaterfallSeriesLabelPosition Enum

corelibraries-devexpress-dot-xtracharts-6115b107.md

latest3.4 KB
Original Source

WaterfallSeriesLabelPosition Enum

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum WaterfallSeriesLabelPosition
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum WaterfallSeriesLabelPosition

Members

NameDescription
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.

| | InsideEnd |

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

| | InsideStart |

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

|

The following properties accept/return WaterfallSeriesLabelPosition values:

LibraryRelated API Members
Cross-Platform Class LibraryWaterfallSeriesLabel.Position
WinForms ControlsWaterfallSeriesLabelModel.Position

Remarks

Use the WaterfallSeriesLabelPosition enumeration values to set the WaterfallSeriesLabel.Position property.

Example

This example shows how to create a chart with a data series of the waterfall view.

See Also

DevExpress.XtraCharts Namespace