FunnelLabelPosition Enum
In This Article
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
#Members
Name | Description | Image |
---|---|---|
Left
|
The labels are organized in a straight column to the left of the funnel data points. |
|
Left
|
The labels are displayed to the left of the funnel data points. |
|
Center
|
The labels are displayed in the center of the funnel data points. |
|
Right
|
The labels are displayed to the right of the funnel data points. |
|
Right
|
The labels are organized in a straight column to the right of the funnel data points. |
#Related API Members
The following properties accept/return FunnelLabelPosition values:
See Also