PieSeriesPointExplodedEventArgs Class
Provides data for the ChartControl.PieSeriesPointExploded, WebChartControl.PieSeriesPointExploded and XRChart.PieSeriesPointExploded events.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The PieSeriesPointExploded event occurs after any pie slice has been exploded or imploded at runtime, either by an end-user or via code. The PieSeriesPointExplodedEventArgs class introduces the PieSeriesPointExplodedEventArgs.Series and PieSeriesPointExplodedEventArgs.Point properties that specify which particular series point was exploded or imploded, and the PieSeriesPointExplodedEventArgs.Dragged and PieSeriesPointExplodedEventArgs.Exploded boolean properties which identify which action was performed under this point.
Note, that PieSeriesPointExplodedEventArgs objects are automatically created, initialized and passed to PieSeriesPointExploded event handlers.