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

PieSeriesViewBase.ExplodedDistancePercentage Property

Gets or sets the offset distance of slice from the pie center measured by a percentage of the pie radius.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public double ExplodedDistancePercentage { get; set; }

Property Value

Type Description
Double

A Double value. It should be more than 1.0.

See Also