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

PieSeries.GetExplodedDistance(SeriesPoint) Method

Gets the value of the PieSeries.ExplodedDistance attached property for a specified SeriesPoint.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public static double GetExplodedDistance(
    SeriesPoint point
)

Parameters

Name Type Description
point SeriesPoint

The series point from which the property value is read.

Returns

Type Description
Double

The PieSeries.ExplodedDistance property value for the series point.

See Also