DoughnutSeriesView.HoleRadiusPercent Property
In This Article
Gets or sets the radius of the inner circle in the Doughnut Chart.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.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