Back to Devexpress

PieSeriesPointExplodedEventArgs Class

corelibraries-devexpress-dot-xtracharts-abd91401.md

latest2.9 KB
Original Source

PieSeriesPointExplodedEventArgs Class

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

Declaration

csharp
public class PieSeriesPointExplodedEventArgs :
    EventArgs
vb
Public Class PieSeriesPointExplodedEventArgs
    Inherits EventArgs

PieSeriesPointExplodedEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsChartControl.PieSeriesPointExploded
ASP.NET Web Forms ControlsWebChartControl.PieSeriesPointExploded
.NET Reporting ToolsXRChart.PieSeriesPointExploded

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

PieSeriesPointExplodedEventArgs Members

DevExpress.XtraCharts Namespace