Skip to main content

PieChart.EqualPieSize Property

Gets or sets a value that specifies whether pies in a chart are equal in size.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool EqualPieSize { get; set; }

Property Value

Type Description
Boolean

true, if pie sizes are equal in a chart; otherwise, false.

Remarks

Use the EqualPieSize property when you wish to set the size of all pies to the same size. Note that the equal width and height size is derived from the minimum width and height among all pies in a chart.

See Also