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

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.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty]
public double MinAllowedSizePercentage { get; set; }

Property Value

Type Description
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 = 0 MinAllowedSizePercentage = 60
MinAllowedSizePercentage_0 MinAllowedSizePercentage_60

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

See Also