Back to Devexpress

PieSeriesView.MinAllowedSizePercentage Property

corelibraries-devexpress-dot-xtracharts-dot-pieseriesview-9bf7f01b.md

latest2.1 KB
Original Source

PieSeriesView.MinAllowedSizePercentage Property

Gets or sets a value that specifies the minimum allowed size of the pie chart inside its boundaries, as a percentage.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public double MinAllowedSizePercentage { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property MinAllowedSizePercentage As Double

Property Value

TypeDescription
Double

A Double value that specifies the minimum allowed size of the pie chart inside its boundaries expressed as a percentage.

|

Remarks

Use the MinAllowedSizePercentage property to scale the pie chart when it has lots of series points and text content in labels.

The following images demonstrate the MinAllowedSizePercentage property in action.

MinAllowedSizePercentage = 0MinAllowedSizePercentage = 60

For more information on a Pie series view, see Pie Chart.

See Also

PieSeriesView Class

PieSeriesView Members

DevExpress.XtraCharts Namespace