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.v18.1.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FunnelSeriesLabelPosition enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also