Skip to main content

Pie3DSeriesView.SizeAsPercentage Property

Gets or sets a value that specifies the size of the Pie 3D chart compared to the size of the chart control as a percentage.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Double

A floating point value that specifies the size of the chart relative to the chart control as a percentage.

Remarks

Use the SizeAsPercentage property to control the size of the Pie 3D chart with respect to the size of the chart control, as a percentage.

The value set for the SizeAsPercentage property is a percentage value that specifies how much of the chart control the Pie 3D chart occupies.

See Also