Back to Devexpress

Funnel2DLabelPosition Enum

wpf-devexpress-dot-xpf-dot-charts-dot-funnel2dlabelposition.md

latest1.8 KB
Original Source

Funnel2DLabelPosition Enum

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

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum Funnel2DLabelPosition
vb
Public Enum Funnel2DLabelPosition

Members

NameDescription
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

DevExpress.Xpf.Charts Namespace