DoughnutSeriesView.HoleRadiusPercent Property
Gets or sets the radius of the inner circle in the Doughnut Chart.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty]
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