Skip to main content
A newer version of this page is available. .

Funnel2DLabelPosition Enum

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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