Skip to main content

FunnelSeriesView.AlignToCenter Property

Gets or sets a value indicating whether a Funnel series should be center-aligned within a chart area.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool AlignToCenter { get; set; }

Property Value

Type Description
Boolean

true, if the funnel series should be center-aligned; otherwise, false.

Remarks

Use the AlignToCenter property to control the alignment of a Funnel View within a chart area, when the data point labels are visible and the FunnelSeriesView.LabelPosition attached property is not set to Center.

The following images demonstrate the AlignToCenter property in action.

AlignToCenter = true AlignToCenter = false
Funnel_AlignToCenter_True Funnel_AlignToCenter_False
See Also