Skip to main content

PieSeries.HoleRadiusPercent Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public double HoleRadiusPercent { get; set; }

#Property Value

Type Description
Double

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

See Also