Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Funnel2DLabelPosition Enum

Lists the values used to specify the position of funnel labels.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public enum Funnel2DLabelPosition

#Members

Name Description
LeftColumn

The labels are organized into a straight column to the left of the funnel series points.

Funnel_LabelPosition_LeftColumn

Left

The labels are displayed to the left of the funnel series points.

Funnel_LabelPosition_Left

Center

The labels are displayed in the center of the funnel series points.

Funnel_LegendPosition_Center

Right

The labels are displayed to the right of the funnel series points.

Funnel_LabelsPosition_Right

RightColumn

The labels are organized into a straight column to the right of the funnel series points.

Funnel_LabelsPosition_RightColumn

#Remarks

The values listed by this enumeration are used to set the FunnelSeries2D.LabelPosition property.

See Also