Back to Devexpress

PieSeriesPointExplodedEventArgs.Exploded Property

corelibraries-devexpress-dot-xtracharts-dot-pieseriespointexplodedeventargs-cb19c93e.md

latest1.4 KB
Original Source

PieSeriesPointExplodedEventArgs.Exploded Property

Indicates whether the series point (pie slice) is exploded.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool Exploded { get; }
vb
Public ReadOnly Property Exploded As Boolean

Property Value

TypeDescription
Boolean

true if a series point is drawn as an exploded pie slice; otherwise, false.

|

Remarks

Use this property to determine the state of the series point after the ChartControl.PieSeriesPointExploded event occurs.

See Also

PieSeriesPointExplodedEventArgs Class

PieSeriesPointExplodedEventArgs Members

DevExpress.XtraCharts Namespace