Back to Devexpress

FunnelSeriesView.AlignToCenter Property

corelibraries-devexpress-dot-xtracharts-dot-funnelseriesview-6f8fc14b.md

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public bool AlignToCenter { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
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 labels are visible and the FunnelSeriesLabel.Position property is not set to FunnelSeriesLabelPosition.Center.

The following images demonstrate the AlignToCenter property in action.

AlignToCenter = trueAlignToCenter = false

See Also

FunnelSeriesView Class

FunnelSeriesView Members

DevExpress.XtraCharts Namespace