FunnelSeriesLabelModel.Position Property
Gets or sets the value of the FunnelSeriesLabel.Position within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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. |
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. |
See Also