corelibraries-devexpress-dot-xtracharts-f9587e3f.md
Lists the values used to specify the position of funnel labels.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum FunnelSeriesLabelPosition
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum FunnelSeriesLabelPosition
| Name | Description |
|---|---|
LeftColumn |
The labels are organized into a straight column on the left of the funnel series points.
|
| Left |
The labels are displayed on the left of the funnel series points.
|
| Center |
The labels are displayed in the center of the funnel series points.
|
| Right |
The labels are displayed on the right of the funnel series points.
|
| RightColumn |
The labels are organized into a straight column on the right of the funnel series points.
|
The following properties accept/return FunnelSeriesLabelPosition values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | FunnelSeriesLabel.Position |
| WinForms Controls | FunnelSeriesLabelModel.Position |
The values listed by this enumeration are used to set the FunnelSeriesLabel.Position property.
See Also