Back to Devexpress

DoughnutSeriesView.HoleRadiusPercent Property

corelibraries-devexpress-dot-xtracharts-dot-doughnutseriesview.md

latest1.4 KB
Original Source

DoughnutSeriesView.HoleRadiusPercent Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int HoleRadiusPercent { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property HoleRadiusPercent As Integer

Property Value

TypeDescription
Int32

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

|

See Also

DoughnutSeriesView Class

DoughnutSeriesView Members

DevExpress.XtraCharts Namespace