corelibraries-devexpress-dot-xtracharts-abd91401.md
Provides data for the ChartControl.PieSeriesPointExploded, WebChartControl.PieSeriesPointExploded and XRChart.PieSeriesPointExploded events.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class PieSeriesPointExplodedEventArgs :
EventArgs
Public Class PieSeriesPointExplodedEventArgs
Inherits EventArgs
PieSeriesPointExplodedEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| WinForms Controls | ChartControl.PieSeriesPointExploded |
| ASP.NET Web Forms Controls | WebChartControl.PieSeriesPointExploded |
| .NET Reporting Tools | XRChart.PieSeriesPointExploded |
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.
Object EventArgs PieSeriesPointExplodedEventArgs
See Also