Back to Devexpress

SimpleDiagram.EqualPieSize Property

corelibraries-devexpress-dot-xtracharts-dot-simplediagram-65b24599.md

latest2.1 KB
Original Source

SimpleDiagram.EqualPieSize Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public bool EqualPieSize { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property EqualPieSize As Boolean

Property Value

TypeDescription
Boolean

true , if the size of pies is equal in a chart; otherwise, false.

|

Remarks

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

The following images demonstrate the EqualPieSize property in action.

EqualPieSize=trueEqualPieSize=false

When the EqualPieSize property is set to true , the PieSeriesView.MinAllowedSizePercentage property will affect those series that have a lesser allowed size.

To learn more on the Pie series view, see Pie Chart.

See Also

SimpleDiagram Class

SimpleDiagram Members

DevExpress.XtraCharts Namespace