Back to Devexpress

WaterfallSeriesLabelModel.Position Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-waterfallserieslabelmodel.md

latest2.3 KB
Original Source

WaterfallSeriesLabelModel.Position Property

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public WaterfallSeriesLabelPosition Position { get; set; }
vb
<PropertyForOptions>
<DependentUpon("LabelsVisibility")>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property Position As WaterfallSeriesLabelPosition

Property Value

Type
WaterfallSeriesLabelPosition

Available values:

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.

|

See Also

WaterfallSeriesLabelModel Class

WaterfallSeriesLabelModel Members

DevExpress.XtraCharts.Designer Namespace