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

WaterfallSeriesLabelModel.Position Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v21.2.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public WaterfallSeriesLabelPosition Position { get; set; }

Property Value

Type
WaterfallSeriesLabelPosition

Available values:

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

See Also