FunnelLabelPosition Enum
Lists the values used to specify the position of funnel labels.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Members
Name | Description |
---|---|
LeftColumn
|
The labels are organized into 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. |
RightColumn
|
The labels are organized into a straight column to the right of the funnel data points. |
Remarks
The values listed by this enumeration are used to set the FunnelSeriesView.LabelPosition property.
Value | Illustration |
---|---|
Center | |
Left | |
LeftColumn | |
Right | |
RightColumn |
See Also