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.v24.1.dll
NuGet Package: DevExpress.Charts
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 |
---|---|
For more information on a Pie series view, see Pie Chart.
See Also