PieSeries.SetOthersPointExplodedDistance(TopNOptionsBase, Double) Method
Gets the specified TopNOptionsBase class descendant object’s PieSeries.OthersPointExplodedDistance attached property value.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
public static void SetOthersPointExplodedDistance(
TopNOptionsBase topNOptions,
double distance
)
Parameters
Name | Type | Description |
---|---|---|
topNOptions | TopNOptionsBase | The options to which the property is attached. |
distance | Double | The “Others” slice’s offset distance from the pie’s center, measured in the pie radius’s fractions. |
See Also