Skip to main content
A newer version of this page is available. .

PieSeriesPointExplodedEventArgs Class

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public class PieSeriesPointExplodedEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
PieSeriesPointExplodedEventArgs
See Also