Skip to main content

FunnelLabelPosition Enum

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum FunnelLabelPosition

Members

Name Description Image
LeftColumn

The labels are organized in a straight column to the left of the funnel data points.

Labels are in a column at the left of points

Left

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

Labels are at the left of points

Center

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

Labels in the center of points

Right

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

Labels are at the right of points

RightColumn

The labels are organized in a straight column to the right of the funnel data points.

Labels are in a column at the right of points

Related API Members

The following properties accept/return FunnelLabelPosition values:

See Also