windowsforms-devexpress-dot-xtracharts-dot-designer-dot-funnelserieslabelmodel.md
Gets or sets the value of the FunnelSeriesLabel.Position within the model.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public FunnelSeriesLabelPosition Position { get; set; }
<PropertyForOptions>
<DependentUpon("LabelsVisibility")>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property Position As FunnelSeriesLabelPosition
| Type | Description |
|---|---|
| FunnelSeriesLabelPosition |
The relative position of funnel point labels.
|
Available values:
| 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.
|
See Also