Funnel2DLabelPosition Enum
Lists the values used to specify the position of funnel labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Members
| Name | Description |
|---|---|
LeftColumn
|
The labels are organized into a straight column to the left of the funnel series points.
|
Left
|
The labels are displayed to the left of the funnel series points.
|
Center
|
The labels are displayed in the center of the funnel series points.
|
Right
|
The labels are displayed to the right of the funnel series points.
|
RightColumn
|
The labels are organized into a straight column to the right of the funnel series points.
|
Remarks
The values listed by this enumeration are used to set the FunnelSeries2D.LabelPosition property.
See Also




