Skip to main content
A newer version of this page is available. .

FunnelSeriesLabelModel.Position Property

Gets or sets the value of the FunnelSeriesLabel.Position within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public FunnelSeriesLabelPosition Position { get; set; }

Property Value

Type Description
FunnelSeriesLabelPosition

The relative position of funnel point labels.

Available values:

Name Description
LeftColumn

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

FunnelSeriesLabelPosition_LeftColumn

Left

The labels are displayed on the left of the funnel series points.

FunnelSeriesLabelPosition_Left

Center

The labels are displayed in the center of the funnel series points.

FunnelSeriesLabelPosition_Center

Right

The labels are displayed on the right of the funnel series points.

FunnelSeriesLabelPosition_Right

RightColumn

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

FunnelSeriesLabelPosition_RightColumn

See Also