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

FunnelSeriesLabelPosition Enum

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum FunnelSeriesLabelPosition

Members

Name Description
LeftColumn

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

FunnelSeriesLabelPosition_LeftColumn

Left

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

FunnelSeriesLabelPosition_Left

Center

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

FunnelSeriesLabelPosition_Center

Right

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

FunnelSeriesLabelPosition_Right

RightColumn

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

FunnelSeriesLabelPosition_RightColumn

Related API Members

The following properties accept/return FunnelSeriesLabelPosition values:

Library Related API Members
Cross-Platform Class Library FunnelSeriesLabel.Position
WinForms Controls FunnelSeriesLabelModel.Position

Remarks

The values listed by this enumeration are used to set the FunnelSeriesLabel.Position property.

See Also