Skip to main content
A newer version of this page is available. .

PieTotalLabel.DonutHoleDiameter Property

Returns the diameter of the hole of the donut that displays the total label.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public double DonutHoleDiameter { get; }

Property Value

Type Description
Double

The diameter of the hole of the donut that displays the total label, in pixels.

Remarks

This property may be necessary to resize the total label size to fit the donut’s hole.

See Also