Skip to main content

PieSeries.GetOthersPointExplodedDistance(TopNOptionsBase) Method

Gets the specified TopNOptionsBase class descendant object’s PieSeries.OthersPointExplodedDistance attached property value.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static double GetOthersPointExplodedDistance(
    TopNOptionsBase topNOptions
)

Parameters

Name Type Description
topNOptions TopNOptionsBase

The “Others” slice’s offset distance from the pie’s center, measured in the pie radius’s fractions.

Returns

Type Description
Double

The options to which the property is attached.

See Also