Skip to main content

PieSeriesPointLayoutParameters.PieCenter Property

Returns the location of the pie center point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

public PointF PieCenter { get; }

Property Value

Type Description
PointF

A PointF value, specifying pie center point.

See Also