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

PieSeriesPointLayoutParameters.PieCenter Property

Returns the location of the pie center point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public PointF PieCenter { get; }

Property Value

Type Description
PointF

A PointF value, specifying pie center point.

See Also