Back to Devexpress

FunnelSeries2D.AlignToCenter Property

wpf-devexpress-dot-xpf-dot-charts-dot-funnelseries2d-11baf4a1.md

latest2.1 KB
Original Source

FunnelSeries2D.AlignToCenter Property

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

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool AlignToCenter { get; set; }
vb
Public Property AlignToCenter As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

Use the AlignToCenter property to control the alignment of a Funnel series within a chart’s diagram, when the series point label are visible and the FunnelSeries2D.LabelPosition attached property is not set to Center.

The following images demonstrate the AlignToCenter property in action.

AlignToCenter = trueAlignToCenter = false

See Also

FunnelSeries2D Class

FunnelSeries2D Members

DevExpress.Xpf.Charts Namespace