Skip to main content

FunnelSeriesView.AlignToCenter Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public bool AlignToCenter { get; set; }

Property Value

Type Description
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 labels are visible and the FunnelSeriesLabel.Position property is not set to FunnelSeriesLabelPosition.Center.

The following images demonstrate the AlignToCenter property in action.

AlignToCenter = true AlignToCenter = false
AlignToCenter_true AlignToCenter_false
See Also