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

FunnelSeriesView.AlignToCenter Property

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "CommonPropertyChanged")]
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