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

DoughnutSeriesView.HoleRadiusPercent Property

Gets or sets the radius of the inner circle in the Doughnut Chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int HoleRadiusPercent { get; set; }

Property Value

Type Description
Int32

An integer, representing the percentage of the inner radius to the outer radius of a doughnut.

See Also