Skip to main content

DonutSeriesView.HoleRadiusPercent Property

Gets or sets the radius of the inner circle in donut series.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public int HoleRadiusPercent { get; set; }

Property Value

Type Description
Int32

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

See Also