FunnelSeriesLabelPosition Enum
Lists the values used to specify the position of funnel labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
public enum FunnelSeriesLabelPosition
Members
Name | Description |
---|---|
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. |
Related API Members
The following properties accept/return FunnelSeriesLabelPosition values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | FunnelSeriesLabel.Position |
WinForms Controls | FunnelSeriesLabelModel.Position |
Remarks
The values listed by this enumeration are used to set the FunnelSeriesLabel.Position property.