Back to Devexpress

FunnelSeriesLabelPosition Enum

corelibraries-devexpress-dot-xtracharts-f9587e3f.md

latest2.4 KB
Original Source

FunnelSeriesLabelPosition Enum

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum FunnelSeriesLabelPosition
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum FunnelSeriesLabelPosition

Members

NameDescription
LeftColumn

The labels are organized into a straight column on the left of the funnel series points.

| | Left |

The labels are displayed on 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 on the right of the funnel series points.

| | RightColumn |

The labels are organized into a straight column on the right of the funnel series points.

|

The following properties accept/return FunnelSeriesLabelPosition values:

LibraryRelated API Members
Cross-Platform Class LibraryFunnelSeriesLabel.Position
WinForms ControlsFunnelSeriesLabelModel.Position

Remarks

The values listed by this enumeration are used to set the FunnelSeriesLabel.Position property.

See Also

DevExpress.XtraCharts Namespace