Back to Devexpress

FunnelSeriesLabelModel.Position Property

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

latest2.5 KB
Original Source

FunnelSeriesLabelModel.Position Property

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

Declaration

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

Property Value

TypeDescription
FunnelSeriesLabelPosition

The relative position of funnel point labels.

|

Available values:

NameDescription
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

FunnelSeriesLabelModel Class

FunnelSeriesLabelModel Members

DevExpress.XtraCharts.Designer Namespace